#F9C992

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

Shades of Peach-Orange #F9C992

Tints of Peach-Orange #F9C992

Color information

#F9C992 (or 0xF9C992) is unknown color: approx Peach-Orange. HEX triplet: F9, C9 and 92. RGB value is (249,201,146). Sum of RGB (Red+Green+Blue) = 249+201+146=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C992 is #06366D. Grayscale: #D1D1D1. Windows color (decimal): -407150 or 9619961. OLE color: 9619961.

HSL color Cylindrical-coordinate representation of color #F9C992: hue angle of 32.04º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9C992 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249201146-
CMYK00.190.410.02
HSL32.04º89.57%77.45%-
HSV(B)32.04º41.37%97.65%-
XYZ65.1463.9936.11-
YUV209.0892.4156.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 146 (57.42% from 255) = 24.50%
R=41.78%
G=33.72%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920114600.190.410.0232.0489.5777.45
HexF9C992013292205a4d
Octal37131122202351240132115
Binary1111100111001001100100100100111010011010000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C992; }

 p { color: rgb(249,201,146); }

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

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

 a { background-color: rgb(249,201,146); }

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

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

 span { border-color: rgb(249,201,146); }

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