#F2894A

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

Shades of Flamenco #F2894A

Tints of Flamenco #F2894A

Color information

#F2894A (or 0xF2894A) is unknown color: approx Flamenco. HEX triplet: F2, 89 and 4A. RGB value is (242,137,74). Sum of RGB (Red+Green+Blue) = 242+137+74=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2894A is #0D76B5. Grayscale: #A1A1A1. Windows color (decimal): -882358 or 4884978. OLE color: 4884978.

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

Color convert

RGB24213774-
CMYK00.430.690.05
HSL22.5º86.6%61.96%-
HSV(B)22.5º69.42%94.9%-
XYZ46.837.2611.2-
YUV161.2178.79185.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=53.42%
G=30.24%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421377400.430.690.0522.586.661.96
HexF2894A02B45517573e
Octal36221111205310552712776
Binary1111001010001001100101001010111000101101101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2894A; }

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

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

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

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

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

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

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

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