#F28645

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

Shades of Flamenco #F28645

Tints of Flamenco #F28645

Color information

#F28645 (or 0xF28645) is unknown color: approx Flamenco. HEX triplet: F2, 86 and 45. RGB value is (242,134,69). Sum of RGB (Red+Green+Blue) = 242+134+69=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F28645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28645 is #0D79BA. Grayscale: #9F9F9F. Windows color (decimal): -883131 or 4556530. OLE color: 4556530.

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

Color convert

RGB24213469-
CMYK00.450.710.05
HSL22.54º86.93%60.98%-
HSV(B)22.54º71.49%94.9%-
XYZ46.2236.3610.21-
YUV158.8877.28187.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 69 (27.34% from 255) = 15.51%
R=54.38%
G=30.11%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421346900.450.710.0522.5486.9360.98
HexF2864502D47517573d
Octal36220610505510752712775
Binary1111001010000110100010101011011000111101101111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28645; }

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

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

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

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

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

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

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

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