#F2884A

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

Shades of Flamenco #F2884A

Tints of Flamenco #F2884A

Color information

#F2884A (or 0xF2884A) is unknown color: approx Flamenco. HEX triplet: F2, 88 and 4A. RGB value is (242,136,74). Sum of RGB (Red+Green+Blue) = 242+136+74=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2884A is #0D77B5. Grayscale: #A0A0A0. Windows color (decimal): -882614 or 4884722. OLE color: 4884722.

HSL color Cylindrical-coordinate representation of color #F2884A: hue angle of 22.14º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2884A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24213674-
CMYK00.440.690.05
HSL22.14º86.6%61.96%-
HSV(B)22.14º69.42%94.9%-
XYZ46.6636.9811.16-
YUV160.6379.12186.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=53.54%
G=30.09%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421367400.440.690.0522.1486.661.96
HexF2884A02C45516573e
Octal36221011205410552612776
Binary1111001010001000100101001011001000101101101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2884A; }

 p { color: rgb(242,136,74); }

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

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

 a { background-color: rgb(242,136,74); }

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

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

 span { border-color: rgb(242,136,74); }

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