#F9CE97

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

Shades of Peach-Orange #F9CE97

Tints of Peach-Orange #F9CE97

Color information

#F9CE97 (or 0xF9CE97) is unknown color: approx Peach-Orange. HEX triplet: F9, CE and 97. RGB value is (249,206,151). Sum of RGB (Red+Green+Blue) = 249+206+151=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CE97 is #063168. Grayscale: #D4D4D4. Windows color (decimal): -405865 or 9948921. OLE color: 9948921.

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

Color convert

RGB249206151-
CMYK00.170.390.02
HSL33.67º89.09%78.43%-
HSV(B)33.67º39.36%97.65%-
XYZ66.7266.5238.6-
YUV212.5993.25153.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 151 (59.38% from 255) = 24.92%
R=41.09%
G=33.99%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920615100.170.390.0233.6789.0978.43
HexF9CE9701127222594e
Octal37131622702147242131116
Binary1111100111001110100101110100011001111010001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CE97; }

 p { color: rgb(249,206,151); }

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

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

 a { background-color: rgb(249,206,151); }

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

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

 span { border-color: rgb(249,206,151); }

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