#F08948

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

Shades of Flamenco #F08948

Tints of Flamenco #F08948

Color information

#F08948 (or 0xF08948) is unknown color: approx Flamenco. HEX triplet: F0, 89 and 48. RGB value is (240,137,72). Sum of RGB (Red+Green+Blue) = 240+137+72=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F08948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08948 is #0F76B7. Grayscale: #A0A0A0. Windows color (decimal): -1013432 or 4753904. OLE color: 4753904.

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

Color convert

RGB24013772-
CMYK00.430.70.06
HSL23.21º84.85%61.18%-
HSV(B)23.21º70%94.12%-
XYZ46.0536.8810.82-
YUV160.3978.12184.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=53.45%
G=30.51%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401377200.430.70.0623.2184.8561.18
HexF0894802B46617553d
Octal36021111005310662712575
Binary1111000010001001100100001010111000110110101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08948; }

 p { color: rgb(240,137,72); }

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

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

 a { background-color: rgb(240,137,72); }

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

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

 span { border-color: rgb(240,137,72); }

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