#F9CD9C

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

Shades of Peach-Orange #F9CD9C

Tints of Peach-Orange #F9CD9C

Color information

#F9CD9C (or 0xF9CD9C) is unknown color: approx Peach-Orange. HEX triplet: F9, CD and 9C. RGB value is (249,205,156). Sum of RGB (Red+Green+Blue) = 249+205+156=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD9C is #063263. Grayscale: #D4D4D4. Windows color (decimal): -406116 or 10276345. OLE color: 10276345.

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

Color convert

RGB249205156-
CMYK00.180.370.02
HSL31.61º88.57%79.41%-
HSV(B)31.61º37.35%97.65%-
XYZ66.966.240.7-
YUV212.5796.08153.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 156 (61.33% from 255) = 25.57%
R=40.82%
G=33.61%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920515600.180.370.0231.6188.5779.41
HexF9CD9C01225220594f
Octal37131523402245240131117
Binary1111100111001101100111000100101001011010000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD9C; }

 p { color: rgb(249,205,156); }

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

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

 a { background-color: rgb(249,205,156); }

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

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

 span { border-color: rgb(249,205,156); }

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