#F9C892

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

Shades of Peach-Orange #F9C892

Tints of Peach-Orange #F9C892

Color information

#F9C892 (or 0xF9C892) is unknown color: approx Peach-Orange. HEX triplet: F9, C8 and 92. RGB value is (249,200,146). Sum of RGB (Red+Green+Blue) = 249+200+146=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C892 is #06376D. Grayscale: #D0D0D0. Windows color (decimal): -407406 or 9619705. OLE color: 9619705.

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

Color convert

RGB249200146-
CMYK00.200.410.02
HSL31.46º89.57%77.45%-
HSV(B)31.46º41.37%97.65%-
XYZ64.9163.5236.03-
YUV208.592.73156.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=41.85%
G=33.61%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920014600.200.410.0231.4689.5777.45
HexF9C8920142921f5a4d
Octal37131022202451237132115
Binary111110011100100010010010010100101001101111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C892; }

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

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

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

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

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

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

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

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