Html Css Color HEX #F08231 West Side

📋 copy color: '#F08231'

red 240 ◦ green 130 ◦ blue 49

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

Shades of West Side #F08231

Tints of West Side #F08231

RGB

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

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

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

R = 57.28%
G = 31.03%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F08231 (or 0xF08231) is known color: West Side. HEX triplet: F0, 82 and 31. RGB value is (240,130,49). Sum of RGB (Red+Green+Blue) = 240+130+49=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F08231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08231 is #0F7DCE. Grayscale: #9A9A9A. Windows color (decimal): -1015247 or 3244784. OLE color: 3244784.

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

Color convert

RGB 240 130 49 -
CMYK 0 0.46 0.80 0.06
HSL 25.45º 0.86% 0.57% -
HSV(B) 25.45º 0.8% 0.94% -
XYZ 44.47 34.71 7.26 -
YUV 153.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 240 130 49 0 0.46 0.80 0.06 25.45 0.86 0.57
Hex F0 82 31 0 2E 50 6 19 56 39
Octal 360 202 61 0 56 120 6 31 126 71
Binary 11110000 10000010 110001 0 101110 1010000 110 11001 1010110 111001

Color Harmonies of #F08231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08231

Black with #F08231

Text Example


Text Example

White with #F08231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08231; }

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

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

background-color css

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

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

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

border-color css

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

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

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