#F08047

Color #F08047 Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #F08047

Tints of Flamenco #F08047

Color information

#F08047 (or 0xF08047) is unknown color: approx Flamenco. HEX triplet: F0, 80 and 47. RGB value is (240,128,71). Sum of RGB (Red+Green+Blue) = 240+128+71=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F08047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08047 is #0F7FB8. Grayscale: #9B9B9B. Windows color (decimal): -1015737 or 4686064. OLE color: 4686064.

HSL color Cylindrical-coordinate representation of color #F08047: hue angle of 20.24º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F08047 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24012871-
CMYK00.470.700.06
HSL20.24º84.92%60.98%-
HSV(B)20.24º70.42%94.12%-
XYZ44.7934.4210.24-
YUV154.9980.61188.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.67%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 71 (28.12% from 255) = 16.17%
R=54.67%
G=29.16%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401287100.470.700.0620.2484.9260.98
HexF0804702F46614553d
Octal36020010705710662412575
Binary1111000010000000100011101011111000110110101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08047; }

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

 H1.HeaderClassName
 {
   color: #F08047;
 }
 .AnyTagClassName
 {
   color: #F08047;
 }
</style>
background-color css

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

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

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

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

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

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