#F5C58E

Color #F5C58E Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F5C58E

Tints of Peach-Orange #F5C58E

Color information

#F5C58E (or 0xF5C58E) is unknown color: approx Peach-Orange. HEX triplet: F5, C5 and 8E. RGB value is (245,197,142). Sum of RGB (Red+Green+Blue) = 245+197+142=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C58E is #0A3A71. Grayscale: #CDCDCD. Windows color (decimal): -670322 or 9356789. OLE color: 9356789.

HSL color Cylindrical-coordinate representation of color #F5C58E: hue angle of 32.04º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5C58E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245197142-
CMYK00.200.420.04
HSL32.04º83.74%75.88%-
HSV(B)32.04º42.04%96.08%-
XYZ62.561.334.13-
YUV205.0892.4156.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 142 (55.86% from 255) = 24.32%
R=41.95%
G=33.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519714200.200.420.0432.0483.7475.88
HexF5C58E0142A420544c
Octal36530521602452440124114
Binary11110101110001011000111001010010101010010000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C58E; }

 p { color: rgb(245,197,142); }

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

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

 a { background-color: rgb(245,197,142); }

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

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

 span { border-color: rgb(245,197,142); }

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