Html Css Color HEX #F08233 West Side

📋 copy color: '#F08233'

red 240 ◦ green 130 ◦ blue 51

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

Shades of West Side #F08233

Tints of West Side #F08233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.11%

R = 57.01%
G = 30.88%
B = 12.11%

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

#F08233 (or 0xF08233) is known color: West Side. HEX triplet: F0, 82 and 33. RGB value is (240,130,51). Sum of RGB (Red+Green+Blue) = 240+130+51=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F08233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08233 is #0F7DCC. Grayscale: #9A9A9A. Windows color (decimal): -1015245 or 3375856. OLE color: 3375856.

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

Color convert

RGB 240 130 51 -
CMYK 0 0.46 0.79 0.06
HSL 25.08º 0.86% 0.57% -
HSV(B) 25.08º 0.79% 0.94% -
XYZ 44.52 34.73 7.49 -
YUV 153.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 240 130 51 0 0.46 0.79 0.06 25.08 0.86 0.57
Hex F0 82 33 0 2E 4F 6 19 56 39
Octal 360 202 63 0 56 117 6 31 126 71
Binary 11110000 10000010 110011 0 101110 1001111 110 11001 1010110 111001

Color Harmonies of #F08233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08233

Black with #F08233

Text Example


Text Example

White with #F08233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08233; }

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

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

background-color css

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

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

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

border-color css

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

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

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