#f08546

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

Shades of Flamenco #F08546

Tints of Flamenco #F08546

Color information

#F08546 (or 0xF08546) is unknown color: approx Flamenco. HEX triplet: F0, 85 and 46. RGB value is (240,133,70). Sum of RGB (Red+Green+Blue) = 240+133+70=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F08546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08546 is #0F7AB9. Grayscale: #9E9E9E. Windows color (decimal): -1014458 or 4621808. OLE color: 4621808.

HSL color Cylindrical-coordinate representation of color #F08546: hue angle of 22.24º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F08546 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB24013370-
CMYK00.450.710.06
HSL22.24º85%60.78%-
HSV(B)22.24º70.83%94.12%-
XYZ45.4335.7410.3-
YUV157.8178.45186.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 70 (27.73% from 255) = 15.80%
R=54.18%
G=30.02%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401337000.450.710.0622.248560.78
HexF0854602D47616553d
Octal36020510605510762612575
Binary1111000010000101100011001011011000111110101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08546; }

 p { color: rgb(240,133,70); }

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

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

 a { background-color: rgb(240,133,70); }

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

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

 span { border-color: rgb(240,133,70); }

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