Html Css Color HEX #F08032 West Side

📋 copy color: '#F08032'

red 240 ◦ green 128 ◦ blue 50

#F08032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Side #F08032

Tints of West Side #F08032

RGB

 RED value IS 240 (94.14% from 255) = 57.42%

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 57.42%
G = 30.62%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F08032 (or 0xF08032) is known color: West Side. HEX triplet: F0, 80 and 32. RGB value is (240,128,50). Sum of RGB (Red+Green+Blue) = 240+128+50=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F08032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08032 is #0F7FCD. Grayscale: #999999. Windows color (decimal): -1015758 or 3309808. OLE color: 3309808.

HSL color Cylindrical-coordinate representation of color #F08032: hue angle of 24.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F08032 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 50 -
CMYK 0 0.47 0.79 0.06
HSL 24.63º 0.86% 0.57% -
HSV(B) 24.63º 0.79% 0.94% -
XYZ 44.23 34.19 7.29 -
YUV 152.6 70.11 190.34 -
System Red Green Blue C M Y K H S L
Decimal 240 128 50 0 0.47 0.79 0.06 24.63 0.86 0.57
Hex F0 80 32 0 2F 4F 6 19 56 39
Octal 360 200 62 0 57 117 6 31 126 71
Binary 11110000 10000000 110010 0 101111 1001111 110 11001 1010110 111001

Color Harmonies of #F08032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08032

Black with #F08032

Text Example


Text Example

White with #F08032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08032; }

 p { color: rgb(240,128,50); }

 H1.HeaderClassName
 {
   color: #F08032;
 }
 .AnyTagClassName
 {
   color: #F08032;
 }
</style>

background-color css

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

 a { background-color: rgb(240,128,50); }

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

border-color css

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

 span { border-color: rgb(240,128,50); }

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