#F9CD9A

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

Shades of Peach-Orange #F9CD9A

Tints of Peach-Orange #F9CD9A

Color information

#F9CD9A (or 0xF9CD9A) is unknown color: approx Peach-Orange. HEX triplet: F9, CD and 9A. RGB value is (249,205,154). Sum of RGB (Red+Green+Blue) = 249+205+154=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CD9A is #063265. Grayscale: #D4D4D4. Windows color (decimal): -406118 or 10145273. OLE color: 10145273.

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

Color convert

RGB249205154-
CMYK00.180.380.02
HSL32.21º88.79%79.02%-
HSV(B)32.21º38.15%97.65%-
XYZ66.7366.1439.82-
YUV212.3495.08154.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 154 (60.55% from 255) = 25.33%
R=40.95%
G=33.72%
B=25.33%

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
Decimal24920515400.180.380.0232.2188.7979.02
HexF9CD9A01226220594f
Octal37131523202246240131117
Binary1111100111001101100110100100101001101010000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD9A; }

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

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

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

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

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

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

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

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