Html Css Color HEX #F08239 West Side

📋 copy color: '#F08239'

red 240 ◦ green 130 ◦ blue 57

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

Shades of West Side #F08239

Tints of West Side #F08239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.35%

R = 56.21%
G = 30.44%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F08239 (or 0xF08239) is known color: West Side. HEX triplet: F0, 82 and 39. RGB value is (240,130,57). Sum of RGB (Red+Green+Blue) = 240+130+57=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F08239 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08239 is #0F7DC6. Grayscale: #9A9A9A. Windows color (decimal): -1015239 or 3769072. OLE color: 3769072.

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

Color convert

RGB 240 130 57 -
CMYK 0 0.46 0.76 0.06
HSL 23.93º 0.86% 0.58% -
HSV(B) 23.93º 0.76% 0.94% -
XYZ 44.66 34.79 8.23 -
YUV 154.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 240 130 57 0 0.46 0.76 0.06 23.93 0.86 0.58
Hex F0 82 39 0 2E 4C 6 18 56 3A
Octal 360 202 71 0 56 114 6 30 126 72
Binary 11110000 10000010 111001 0 101110 1001100 110 11000 1010110 111010

Color Harmonies of #F08239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08239

Black with #F08239

Text Example


Text Example

White with #F08239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08239; }

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

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

background-color css

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

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

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

border-color css

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

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

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