#F0864A

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

Shades of Flamenco #F0864A

Tints of Flamenco #F0864A

Color information

#F0864A (or 0xF0864A) is unknown color: approx Flamenco. HEX triplet: F0, 86 and 4A. RGB value is (240,134,74). Sum of RGB (Red+Green+Blue) = 240+134+74=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0864A is #0F79B5. Grayscale: #9F9F9F. Windows color (decimal): -1014198 or 4884208. OLE color: 4884208.

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

Color convert

RGB24013474-
CMYK00.440.690.06
HSL21.69º84.69%61.57%-
HSV(B)21.69º69.17%94.12%-
XYZ45.736.0711.03-
YUV158.8580.12185.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 74 (29.30% from 255) = 16.52%
R=53.57%
G=29.91%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401347400.440.690.0621.6984.6961.57
HexF0864A02C45616553e
Octal36020611205410562612576
Binary1111000010000110100101001011001000101110101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0864A; }

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

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

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

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

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

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

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

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