#F57F42

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

Shades of Flamenco #F57F42

Tints of Flamenco #F57F42

Color information

#F57F42 (or 0xF57F42) is unknown color: approx Flamenco. HEX triplet: F5, 7F and 42. RGB value is (245,127,66). Sum of RGB (Red+Green+Blue) = 245+127+66=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F42 is #0A80BD. Grayscale: #9B9B9B. Windows color (decimal): -688318 or 4358133. OLE color: 4358133.

HSL color Cylindrical-coordinate representation of color #F57F42: hue angle of 20.45º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F57F42 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB24512766-
CMYK00.480.730.04
HSL20.45º89.95%60.98%-
HSV(B)20.45º73.06%96.08%-
XYZ46.2334.989.47-
YUV155.3377.59191.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.94%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 66 (26.17% from 255) = 15.07%
R=55.94%
G=29.00%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451276600.480.730.0420.4589.9560.98
HexF57F42030494145a3d
Octal36517710206011142413275
Binary111101011111111100001001100001001001100101001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57F42; }

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

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

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

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

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

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

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

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