#F28045

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

Shades of Flamenco #F28045

Tints of Flamenco #F28045

Color information

#F28045 (or 0xF28045) is unknown color: approx Flamenco. HEX triplet: F2, 80 and 45. RGB value is (242,128,69). Sum of RGB (Red+Green+Blue) = 242+128+69=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F28045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28045 is #0D7FBA. Grayscale: #9B9B9B. Windows color (decimal): -884667 or 4554994. OLE color: 4554994.

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

Color convert

RGB24212869-
CMYK00.470.710.05
HSL20.46º86.93%60.98%-
HSV(B)20.46º71.49%94.9%-
XYZ45.4134.759.94-
YUV155.3679.27189.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=55.13%
G=29.16%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421286900.470.710.0520.4686.9360.98
HexF2804502F47514573d
Octal36220010505710752412775
Binary1111001010000000100010101011111000111101101001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28045; }

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

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

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

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

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

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

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

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