Html Css Color HEX #F08037 West Side

📋 copy color: '#F08037'

red 240 ◦ green 128 ◦ blue 55

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

Shades of West Side #F08037

Tints of West Side #F08037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13%

R = 56.74%
G = 30.26%
B = 13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F08037 (or 0xF08037) is known color: West Side. HEX triplet: F0, 80 and 37. RGB value is (240,128,55). Sum of RGB (Red+Green+Blue) = 240+128+55=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F08037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08037 is #0F7FC8. Grayscale: #999999. Windows color (decimal): -1015753 or 3637488. OLE color: 3637488.

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

Color convert

RGB 240 128 55 -
CMYK 0 0.47 0.77 0.06
HSL 23.68º 0.86% 0.58% -
HSV(B) 23.68º 0.77% 0.94% -
XYZ 44.34 34.24 7.89 -
YUV 153.17 72.61 189.94 -
System Red Green Blue C M Y K H S L
Decimal 240 128 55 0 0.47 0.77 0.06 23.68 0.86 0.58
Hex F0 80 37 0 2F 4D 6 18 56 3A
Octal 360 200 67 0 57 115 6 30 126 72
Binary 11110000 10000000 110111 0 101111 1001101 110 11000 1010110 111010

Color Harmonies of #F08037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08037

Black with #F08037

Text Example


Text Example

White with #F08037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08037; }

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

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

background-color css

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

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

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

border-color css

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

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

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