#F28845

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

Shades of Flamenco #F28845

Tints of Flamenco #F28845

Color information

#F28845 (or 0xF28845) is unknown color: approx Flamenco. HEX triplet: F2, 88 and 45. RGB value is (242,136,69). Sum of RGB (Red+Green+Blue) = 242+136+69=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F28845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28845 is #0D77BA. Grayscale: #A0A0A0. Windows color (decimal): -882619 or 4557042. OLE color: 4557042.

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

Color convert

RGB24213669-
CMYK00.440.710.05
HSL23.24º86.93%60.98%-
HSV(B)23.24º71.49%94.9%-
XYZ46.536.9210.3-
YUV160.0676.62186.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=54.14%
G=30.43%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421366900.440.710.0523.2486.9360.98
HexF2884502C47517573d
Octal36221010505410752712775
Binary1111001010001000100010101011001000111101101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28845; }

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

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

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

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

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

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

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

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