#F9CF9A

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

Shades of Peach-Orange #F9CF9A

Tints of Peach-Orange #F9CF9A

Color information

#F9CF9A (or 0xF9CF9A) is unknown color: approx Peach-Orange. HEX triplet: F9, CF and 9A. RGB value is (249,207,154). Sum of RGB (Red+Green+Blue) = 249+207+154=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CF9A is #063065. Grayscale: #D5D5D5. Windows color (decimal): -405606 or 10145785. OLE color: 10145785.

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

Color convert

RGB249207154-
CMYK00.170.380.02
HSL33.47º88.79%79.02%-
HSV(B)33.47º38.15%97.65%-
XYZ67.2167.139.98-
YUV213.5294.41153.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 154 (60.55% from 255) = 25.25%
R=40.82%
G=33.93%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920715400.170.380.0233.4788.7979.02
HexF9CF9A01126221594f
Octal37131723202146241131117
Binary1111100111001111100110100100011001101010000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CF9A; }

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

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

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

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

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

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

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

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