#F9C392

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

Shades of Peach-Orange #F9C392

Tints of Peach-Orange #F9C392

Color information

#F9C392 (or 0xF9C392) is unknown color: approx Peach-Orange. HEX triplet: F9, C3 and 92. RGB value is (249,195,146). Sum of RGB (Red+Green+Blue) = 249+195+146=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C392 is #063C6D. Grayscale: #CDCDCD. Windows color (decimal): -408686 or 9618425. OLE color: 9618425.

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

Color convert

RGB249195146-
CMYK00.220.410.02
HSL28.54º89.57%77.45%-
HSV(B)28.54º41.37%97.65%-
XYZ63.7761.2535.65-
YUV205.5694.39158.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=42.20%
G=33.05%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919514600.220.410.0228.5489.5777.45
HexF9C3920162921d5a4d
Octal37130322202651235132115
Binary111110011100001110010010010110101001101110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C392; }

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

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

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

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

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

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

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

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