#F9CD9B

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

Shades of Peach-Orange #F9CD9B

Tints of Peach-Orange #F9CD9B

Color information

#F9CD9B (or 0xF9CD9B) is unknown color: approx Peach-Orange. HEX triplet: F9, CD and 9B. RGB value is (249,205,155). Sum of RGB (Red+Green+Blue) = 249+205+155=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD9B is #063264. Grayscale: #D4D4D4. Windows color (decimal): -406117 or 10210809. OLE color: 10210809.

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

Color convert

RGB249205155-
CMYK00.180.380.02
HSL31.91º88.68%79.22%-
HSV(B)31.91º37.75%97.65%-
XYZ66.8166.1740.26-
YUV212.4695.58154.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=40.89%
G=33.66%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920515500.180.380.0231.9188.6879.22
HexF9CD9B01226220594f
Octal37131523302246240131117
Binary1111100111001101100110110100101001101010000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD9B; }

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

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

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

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

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

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

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

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