#F9C895

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

Shades of Peach-Orange #F9C895

Tints of Peach-Orange #F9C895

Color information

#F9C895 (or 0xF9C895) is unknown color: approx Peach-Orange. HEX triplet: F9, C8 and 95. RGB value is (249,200,149). Sum of RGB (Red+Green+Blue) = 249+200+149=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C895 is #06376A. Grayscale: #D1D1D1. Windows color (decimal): -407403 or 9816313. OLE color: 9816313.

HSL color Cylindrical-coordinate representation of color #F9C895: hue angle of 30.6º 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 #F9C895 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249200149-
CMYK00.200.400.02
HSL30.6º89.29%78.04%-
HSV(B)30.6º40.16%97.65%-
XYZ65.1563.6237.28-
YUV208.8494.23156.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=41.64%
G=33.44%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920014900.200.400.0230.689.2978.04
HexF9C8950142821f594e
Octal37131022502450237131116
Binary111110011100100010010101010100101000101111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C895; }

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

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

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

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

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

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

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

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