#F9C995

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

Shades of Peach-Orange #F9C995

Tints of Peach-Orange #F9C995

Color information

#F9C995 (or 0xF9C995) is unknown color: approx Peach-Orange. HEX triplet: F9, C9 and 95. RGB value is (249,201,149). Sum of RGB (Red+Green+Blue) = 249+201+149=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C995 is #06366A. Grayscale: #D1D1D1. Windows color (decimal): -407147 or 9816569. OLE color: 9816569.

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

Color convert

RGB249201149-
CMYK00.190.400.02
HSL31.2º89.29%78.04%-
HSV(B)31.2º40.16%97.65%-
XYZ65.3864.0837.36-
YUV209.4293.9156.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=41.57%
G=33.56%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920114900.190.400.0231.289.2978.04
HexF9C9950132821f594e
Octal37131122502350237131116
Binary111110011100100110010101010011101000101111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C995; }

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

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

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

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

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

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

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

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