Html Css Color HEX #F08238 West Side

📋 copy color: '#F08238'

red 240 ◦ green 130 ◦ blue 56

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

Shades of West Side #F08238

Tints of West Side #F08238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.15%

R = 56.34%
G = 30.52%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F08238 (or 0xF08238) is known color: West Side. HEX triplet: F0, 82 and 38. RGB value is (240,130,56). Sum of RGB (Red+Green+Blue) = 240+130+56=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F08238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08238 is #0F7DC7. Grayscale: #9A9A9A. Windows color (decimal): -1015240 or 3703536. OLE color: 3703536.

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

Color convert

RGB 240 130 56 -
CMYK 0 0.46 0.77 0.06
HSL 24.13º 0.86% 0.58% -
HSV(B) 24.13º 0.77% 0.94% -
XYZ 44.63 34.78 8.1 -
YUV 154.45 72.44 189.02 -
System Red Green Blue C M Y K H S L
Decimal 240 130 56 0 0.46 0.77 0.06 24.13 0.86 0.58
Hex F0 82 38 0 2E 4D 6 18 56 3A
Octal 360 202 70 0 56 115 6 30 126 72
Binary 11110000 10000010 111000 0 101110 1001101 110 11000 1010110 111010

Color Harmonies of #F08238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08238

Black with #F08238

Text Example


Text Example

White with #F08238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08238; }

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

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

background-color css

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

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

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

border-color css

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

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

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