#F08A46

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

Shades of Flamenco #F08A46

Tints of Flamenco #F08A46

Color information

#F08A46 (or 0xF08A46) is unknown color: approx Flamenco. HEX triplet: F0, 8A and 46. RGB value is (240,138,70). Sum of RGB (Red+Green+Blue) = 240+138+70=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08A46 is #0F75B9. Grayscale: #A1A1A1. Windows color (decimal): -1013178 or 4623088. OLE color: 4623088.

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

Color convert

RGB24013870-
CMYK00.420.710.06
HSL24º85%60.78%-
HSV(B)24º70.83%94.12%-
XYZ46.1337.1410.53-
YUV160.7576.79184.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=53.57%
G=30.80%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401387000.420.710.06248560.78
HexF08A4602A47618553d
Octal36021210605210763012575
Binary1111000010001010100011001010101000111110110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08A46; }

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

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

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

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

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

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

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

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