#F08C4A

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

Shades of Flamenco #F08C4A

Tints of Flamenco #F08C4A

Color information

#F08C4A (or 0xF08C4A) is unknown color: approx Flamenco. HEX triplet: F0, 8C and 4A. RGB value is (240,140,74). Sum of RGB (Red+Green+Blue) = 240+140+74=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C4A is #0F73B5. Grayscale: #A2A2A2. Windows color (decimal): -1012662 or 4885744. OLE color: 4885744.

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

Color convert

RGB24014074-
CMYK00.420.690.06
HSL23.86º84.69%61.57%-
HSV(B)23.86º69.17%94.12%-
XYZ46.5537.7811.32-
YUV162.3878.13183.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 140 (55.08% from 255) = 30.84%
BLUE value IS 74 (29.30% from 255) = 16.30%
R=52.86%
G=30.84%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401407400.420.690.0623.8684.6961.57
HexF08C4A02A45618553e
Octal36021411205210563012576
Binary1111000010001100100101001010101000101110110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08C4A; }

 p { color: rgb(240,140,74); }

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

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

 a { background-color: rgb(240,140,74); }

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

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

 span { border-color: rgb(240,140,74); }

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