#F9C595

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

Shades of Peach-Orange #F9C595

Tints of Peach-Orange #F9C595

Color information

#F9C595 (or 0xF9C595) is unknown color: approx Peach-Orange. HEX triplet: F9, C5 and 95. RGB value is (249,197,149). Sum of RGB (Red+Green+Blue) = 249+197+149=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C595 is #063A6A. Grayscale: #CFCFCF. Windows color (decimal): -408171 or 9815545. OLE color: 9815545.

HSL color Cylindrical-coordinate representation of color #F9C595: hue angle of 28.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9C595 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249197149-
CMYK00.210.400.02
HSL28.8º89.29%78.04%-
HSV(B)28.8º40.16%97.65%-
XYZ64.4662.2437.05-
YUV207.0895.23157.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=41.85%
G=33.11%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919714900.210.400.0228.889.2978.04
HexF9C5950152821d594e
Octal37130522502550235131116
Binary111110011100010110010101010101101000101110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C595; }

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

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

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

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

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

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

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

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