#F0814A

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

Shades of Flamenco #F0814A

Tints of Flamenco #F0814A

Color information

#F0814A (or 0xF0814A) is unknown color: approx Flamenco. HEX triplet: F0, 81 and 4A. RGB value is (240,129,74). Sum of RGB (Red+Green+Blue) = 240+129+74=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0814A is #0F7EB5. Grayscale: #9C9C9C. Windows color (decimal): -1015478 or 4882928. OLE color: 4882928.

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

Color convert

RGB24012974-
CMYK00.460.690.06
HSL19.88º84.69%61.57%-
HSV(B)19.88º69.17%94.12%-
XYZ45.0234.7210.81-
YUV155.9281.77187.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 74 (29.30% from 255) = 16.70%
R=54.18%
G=29.12%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401297400.460.690.0619.8884.6961.57
HexF0814A02E45614553e
Octal36020111205610562412576
Binary1111000010000001100101001011101000101110101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0814A; }

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

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

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

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

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

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

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

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