#F17F42

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

Shades of Flamenco #F17F42

Tints of Flamenco #F17F42

Color information

#F17F42 (or 0xF17F42) is unknown color: approx Flamenco. HEX triplet: F1, 7F and 42. RGB value is (241,127,66). Sum of RGB (Red+Green+Blue) = 241+127+66=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F42 is #0E80BD. Grayscale: #9A9A9A. Windows color (decimal): -950462 or 4358129. OLE color: 4358129.

HSL color Cylindrical-coordinate representation of color #F17F42: hue angle of 20.91º 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 #F17F42 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24112766-
CMYK00.470.730.05
HSL20.91º86.21%60.2%-
HSV(B)20.91º72.61%94.51%-
XYZ44.8534.279.41-
YUV154.1378.27189.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=55.53%
G=29.26%
B=15.21%

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
Decimal2411276600.470.730.0520.9186.2160.2
HexF17F4202F49515563c
Octal36117710205711152512674
Binary111100011111111100001001011111001001101101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F42; }

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

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

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

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

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

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

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

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