#F9CE96

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

Shades of Peach-Orange #F9CE96

Tints of Peach-Orange #F9CE96

Color information

#F9CE96 (or 0xF9CE96) is unknown color: approx Peach-Orange. HEX triplet: F9, CE and 96. RGB value is (249,206,150). Sum of RGB (Red+Green+Blue) = 249+206+150=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CE96 is #063169. Grayscale: #D4D4D4. Windows color (decimal): -405866 or 9883385. OLE color: 9883385.

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

Color convert

RGB249206150-
CMYK00.170.400.02
HSL33.94º89.19%78.24%-
HSV(B)33.94º39.76%97.65%-
XYZ66.6466.4838.17-
YUV212.4792.75154.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 150 (58.98% from 255) = 24.79%
R=41.16%
G=34.05%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920615000.170.400.0233.9489.1978.24
HexF9CE9601128222594e
Octal37131622602150242131116
Binary1111100111001110100101100100011010001010001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CE96; }

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

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

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

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

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

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

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

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