#F9C58E

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

Shades of Peach-Orange #F9C58E

Tints of Peach-Orange #F9C58E

Color information

#F9C58E (or 0xF9C58E) is unknown color: approx Peach-Orange. HEX triplet: F9, C5 and 8E. RGB value is (249,197,142). Sum of RGB (Red+Green+Blue) = 249+197+142=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C58E is #063A71. Grayscale: #CECECE. Windows color (decimal): -408178 or 9356793. OLE color: 9356793.

HSL color Cylindrical-coordinate representation of color #F9C58E: hue angle of 30.84º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9C58E is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249197142-
CMYK00.210.430.02
HSL30.84º89.92%76.67%-
HSV(B)30.84º42.97%97.65%-
XYZ63.9262.0334.19-
YUV206.2891.73158.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.35%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 142 (55.86% from 255) = 24.15%
R=42.35%
G=33.50%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919714200.210.430.0230.8489.9276.67
HexF9C58E0152B21f5a4d
Octal37130521602553237132115
Binary111110011100010110001110010101101011101111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C58E; }

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

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

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

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

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

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

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

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