Html Css Color HEX #F08232 West Side

📋 copy color: '#F08232'

red 240 ◦ green 130 ◦ blue 50

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

Shades of West Side #F08232

Tints of West Side #F08232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 57.14%
G = 30.95%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F08232 (or 0xF08232) is known color: West Side. HEX triplet: F0, 82 and 32. RGB value is (240,130,50). Sum of RGB (Red+Green+Blue) = 240+130+50=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F08232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08232 is #0F7DCD. Grayscale: #9A9A9A. Windows color (decimal): -1015246 or 3310320. OLE color: 3310320.

HSL color Cylindrical-coordinate representation of color #F08232: hue angle of 25.26º 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 #F08232 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 50 -
CMYK 0 0.46 0.79 0.06
HSL 25.26º 0.86% 0.57% -
HSV(B) 25.26º 0.79% 0.94% -
XYZ 44.49 34.72 7.37 -
YUV 153.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 240 130 50 0 0.46 0.79 0.06 25.26 0.86 0.57
Hex F0 82 32 0 2E 4F 6 19 56 39
Octal 360 202 62 0 56 117 6 31 126 71
Binary 11110000 10000010 110010 0 101110 1001111 110 11001 1010110 111001

Color Harmonies of #F08232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08232

Black with #F08232

Text Example


Text Example

White with #F08232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08232; }

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

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

background-color css

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

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

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

border-color css

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

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

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