#F9C692

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

Shades of Peach-Orange #F9C692

Tints of Peach-Orange #F9C692

Color information

#F9C692 (or 0xF9C692) is unknown color: approx Peach-Orange. HEX triplet: F9, C6 and 92. RGB value is (249,198,146). Sum of RGB (Red+Green+Blue) = 249+198+146=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C692 is #06396D. Grayscale: #CFCFCF. Windows color (decimal): -407918 or 9619193. OLE color: 9619193.

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

Color convert

RGB249198146-
CMYK00.200.410.02
HSL30.29º89.57%77.45%-
HSV(B)30.29º41.37%97.65%-
XYZ64.4562.635.88-
YUV207.3293.4157.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 198 (77.73% from 255) = 33.39%
BLUE value IS 146 (57.42% from 255) = 24.62%
R=41.99%
G=33.39%
B=24.62%

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
Decimal24919814600.200.410.0230.2989.5777.45
HexF9C6920142921e5a4d
Octal37130622202451236132115
Binary111110011100011010010010010100101001101111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C692; }

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

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

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

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

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

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

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

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