#F08147

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

Shades of Flamenco #F08147

Tints of Flamenco #F08147

Color information

#F08147 (or 0xF08147) is unknown color: approx Flamenco. HEX triplet: F0, 81 and 47. RGB value is (240,129,71). Sum of RGB (Red+Green+Blue) = 240+129+71=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F08147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08147 is #0F7EB8. Grayscale: #9B9B9B. Windows color (decimal): -1015481 or 4686320. OLE color: 4686320.

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

Color convert

RGB24012971-
CMYK00.460.700.06
HSL20.59º84.92%60.98%-
HSV(B)20.59º70.42%94.12%-
XYZ44.9234.6810.29-
YUV155.5880.27188.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.55%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 71 (28.12% from 255) = 16.14%
R=54.55%
G=29.32%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401297100.460.700.0620.5984.9260.98
HexF0814702E46615553d
Octal36020110705610662512575
Binary1111000010000001100011101011101000110110101011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08147; }

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

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

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

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

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

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

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

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