#F08B46

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

Shades of Flamenco #F08B46

Tints of Flamenco #F08B46

Color information

#F08B46 (or 0xF08B46) is unknown color: approx Flamenco. HEX triplet: F0, 8B and 46. RGB value is (240,139,70). Sum of RGB (Red+Green+Blue) = 240+139+70=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B46 is #0F74B9. Grayscale: #A1A1A1. Windows color (decimal): -1012922 or 4623344. OLE color: 4623344.

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

Color convert

RGB24013970-
CMYK00.420.710.06
HSL24.35º85%60.78%-
HSV(B)24.35º70.83%94.12%-
XYZ46.2737.4310.58-
YUV161.3376.46184.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=53.45%
G=30.96%
B=15.59%

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
Decimal2401397000.420.710.0624.358560.78
HexF08B4602A47618553d
Octal36021310605210763012575
Binary1111000010001011100011001010101000111110110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B46; }

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

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

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

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

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

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

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

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