Html Css Color HEX #F08038 West Side

📋 copy color: '#F08038'

red 240 ◦ green 128 ◦ blue 56

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

Shades of West Side #F08038

Tints of West Side #F08038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 56.6%
G = 30.19%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F08038 (or 0xF08038) is known color: West Side. HEX triplet: F0, 80 and 38. RGB value is (240,128,56). Sum of RGB (Red+Green+Blue) = 240+128+56=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F08038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08038 is #0F7FC7. Grayscale: #999999. Windows color (decimal): -1015752 or 3703024. OLE color: 3703024.

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

Color convert

RGB 240 128 56 -
CMYK 0 0.47 0.77 0.06
HSL 23.48º 0.86% 0.58% -
HSV(B) 23.48º 0.77% 0.94% -
XYZ 44.37 34.25 8.01 -
YUV 153.28 73.11 189.85 -
System Red Green Blue C M Y K H S L
Decimal 240 128 56 0 0.47 0.77 0.06 23.48 0.86 0.58
Hex F0 80 38 0 2F 4D 6 17 56 3A
Octal 360 200 70 0 57 115 6 27 126 72
Binary 11110000 10000000 111000 0 101111 1001101 110 10111 1010110 111010

Color Harmonies of #F08038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08038

Black with #F08038

Text Example


Text Example

White with #F08038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08038; }

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

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

background-color css

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

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

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

border-color css

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

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

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