#F58A42

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

Shades of Flamenco #F58A42

Tints of Flamenco #F58A42

Color information

#F58A42 (or 0xF58A42) is unknown color: approx Flamenco. HEX triplet: F5, 8A and 42. RGB value is (245,138,66). Sum of RGB (Red+Green+Blue) = 245+138+66=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58A42 is #0A75BD. Grayscale: #A2A2A2. Windows color (decimal): -685502 or 4360949. OLE color: 4360949.

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

Color convert

RGB24513866-
CMYK00.440.730.04
HSL24.13º89.95%60.98%-
HSV(B)24.13º73.06%96.08%-
XYZ47.7337.989.97-
YUV161.7873.95187.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.57%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 66 (26.17% from 255) = 14.70%
R=54.57%
G=30.73%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451386600.440.730.0424.1389.9560.98
HexF58A4202C494185a3d
Octal36521210205411143013275
Binary1111010110001010100001001011001001001100110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58A42; }

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

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

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

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

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

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

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

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