#F48035

Color #F48035 West Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Side #F48035

Tints of West Side #F48035

Color information

#F48035 (or 0xF48035) is unknown color: approx West Side. HEX triplet: F4, 80 and 35. RGB value is (244,128,53). Sum of RGB (Red+Green+Blue) = 244+128+53=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F48035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48035 is #0B7FCA. Grayscale: #9A9A9A. Windows color (decimal): -753611 or 3506420. OLE color: 3506420.

HSL color Cylindrical-coordinate representation of color #F48035: hue angle of 23.56º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F48035 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24412853-
CMYK00.480.780.04
HSL23.56º89.67%58.24%-
HSV(B)23.56º78.28%95.69%-
XYZ45.6734.937.7-
YUV154.1370.93192.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 57.41%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=57.41%
G=30.12%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441285300.480.780.0423.5689.6758.24
HexF480350304E4185a3a
Octal3642006506011643013272
Binary111101001000000011010101100001001110100110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48035; }

 p { color: rgb(244,128,53); }

 H1.HeaderClassName
 {
   color: #F48035;
 }
 .AnyTagClassName
 {
   color: #F48035;
 }
</style>
background-color css

<style>
 a { background-color: #F48035; }

 a { background-color: rgb(244,128,53); }

 div.DivClassName
 {
   background-color: #F48035;
 }
 .BgClassName
 {
   background-color: #F48035;
 }
</style>
border-color css

<style>
 span { border-color: #F48035; }

 span { border-color: rgb(244,128,53); }

 td.TdClassName
 {
   border-color: #F48035;
 }
 .TagClassName
 {
   border-color: #F48035;
 }
</style>