#F9CC96

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

Shades of Peach-Orange #F9CC96

Tints of Peach-Orange #F9CC96

Color information

#F9CC96 (or 0xF9CC96) is unknown color: approx Peach-Orange. HEX triplet: F9, CC and 96. RGB value is (249,204,150). Sum of RGB (Red+Green+Blue) = 249+204+150=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CC96 is #063369. Grayscale: #D3D3D3. Windows color (decimal): -406378 or 9882873. OLE color: 9882873.

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

Color convert

RGB249204150-
CMYK00.180.400.02
HSL32.73º89.19%78.24%-
HSV(B)32.73º39.76%97.65%-
XYZ66.1665.5338.01-
YUV211.393.41154.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=41.29%
G=33.83%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920415000.180.400.0232.7389.1978.24
HexF9CC9601228221594e
Octal37131422602250241131116
Binary1111100111001100100101100100101010001010000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CC96; }

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

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

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

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

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

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

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

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