#F08848

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

Shades of Flamenco #F08848

Tints of Flamenco #F08848

Color information

#F08848 (or 0xF08848) is unknown color: approx Flamenco. HEX triplet: F0, 88 and 48. RGB value is (240,136,72). Sum of RGB (Red+Green+Blue) = 240+136+72=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F08848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08848 is #0F77B7. Grayscale: #A0A0A0. Windows color (decimal): -1013688 or 4753648. OLE color: 4753648.

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

Color convert

RGB24013672-
CMYK00.430.70.06
HSL22.86º84.85%61.18%-
HSV(B)22.86º70%94.12%-
XYZ45.9136.610.78-
YUV159.878.46185.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.57%
GREEN value IS 136 (53.52% from 255) = 30.36%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=53.57%
G=30.36%
B=16.07%

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
Decimal2401367200.430.70.0622.8684.8561.18
HexF0884802B46617553d
Octal36021011005310662712575
Binary1111000010001000100100001010111000110110101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08848; }

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

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

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

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

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

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

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

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