#f08742

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

Shades of Flamenco #F08742

Tints of Flamenco #F08742

Color information

#F08742 (or 0xF08742) is unknown color: approx Flamenco. HEX triplet: F0, 87 and 42. RGB value is (240,135,66). Sum of RGB (Red+Green+Blue) = 240+135+66=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F08742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08742 is #0F78BD. Grayscale: #9E9E9E. Windows color (decimal): -1013950 or 4360176. OLE color: 4360176.

HSL color Cylindrical-coordinate representation of color #F08742: hue angle of 23.79º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F08742 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB24013566-
CMYK00.440.720.06
HSL23.79º85.29%60%-
HSV(B)23.79º72.5%94.12%-
XYZ45.5836.259.75-
YUV158.5375.79186.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.42%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=54.42%
G=30.61%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401356600.440.720.0623.7985.2960
HexF0874202C48618553c
Octal36020710205411063012574
Binary1111000010000111100001001011001001000110110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08742; }

 p { color: rgb(240,135,66); }

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

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

 a { background-color: rgb(240,135,66); }

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

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

 span { border-color: rgb(240,135,66); }

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