#F18042

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

Shades of Flamenco #F18042

Tints of Flamenco #F18042

Color information

#F18042 (or 0xF18042) is unknown color: approx Flamenco. HEX triplet: F1, 80 and 42. RGB value is (241,128,66). Sum of RGB (Red+Green+Blue) = 241+128+66=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F18042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18042 is #0E7FBD. Grayscale: #9B9B9B. Windows color (decimal): -950206 or 4358385. OLE color: 4358385.

HSL color Cylindrical-coordinate representation of color #F18042: hue angle of 21.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F18042 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24112866-
CMYK00.470.730.05
HSL21.26º86.21%60.2%-
HSV(B)21.26º72.61%94.51%-
XYZ44.9834.539.45-
YUV154.7277.94189.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=55.40%
G=29.43%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411286600.470.730.0521.2686.2160.2
HexF1804202F49515563c
Octal36120010205711152512674
Binary1111000110000000100001001011111001001101101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18042; }

 p { color: rgb(241,128,66); }

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

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

 a { background-color: rgb(241,128,66); }

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

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

 span { border-color: rgb(241,128,66); }

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