Html Css Color HEX #F08031 West Side

📋 copy color: '#F08031'

red 240 ◦ green 128 ◦ blue 49

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

Shades of West Side #F08031

Tints of West Side #F08031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 57.55%
G = 30.7%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F08031 (or 0xF08031) is known color: West Side. HEX triplet: F0, 80 and 31. RGB value is (240,128,49). Sum of RGB (Red+Green+Blue) = 240+128+49=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F08031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08031 is #0F7FCE. Grayscale: #989898. Windows color (decimal): -1015759 or 3244272. OLE color: 3244272.

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

Color convert

RGB 240 128 49 -
CMYK 0 0.47 0.80 0.06
HSL 24.82º 0.86% 0.57% -
HSV(B) 24.82º 0.8% 0.94% -
XYZ 44.21 34.19 7.17 -
YUV 152.48 69.61 190.42 -
System Red Green Blue C M Y K H S L
Decimal 240 128 49 0 0.47 0.80 0.06 24.82 0.86 0.57
Hex F0 80 31 0 2F 50 6 19 56 39
Octal 360 200 61 0 57 120 6 31 126 71
Binary 11110000 10000000 110001 0 101111 1010000 110 11001 1010110 111001

Color Harmonies of #F08031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08031

Black with #F08031

Text Example


Text Example

White with #F08031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08031; }

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

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

background-color css

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

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

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

border-color css

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

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

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