#F9C495

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

Shades of Peach-Orange #F9C495

Tints of Peach-Orange #F9C495

Color information

#F9C495 (or 0xF9C495) is unknown color: approx Peach-Orange. HEX triplet: F9, C4 and 95. RGB value is (249,196,149). Sum of RGB (Red+Green+Blue) = 249+196+149=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C495 is #063B6A. Grayscale: #CECECE. Windows color (decimal): -408427 or 9815289. OLE color: 9815289.

HSL color Cylindrical-coordinate representation of color #F9C495: hue angle of 28.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9C495 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249196149-
CMYK00.210.400.02
HSL28.2º89.29%78.04%-
HSV(B)28.2º40.16%97.65%-
XYZ64.2361.7936.97-
YUV206.4995.56158.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=41.92%
G=33.00%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919614900.210.400.0228.289.2978.04
HexF9C4950152821c594e
Octal37130422502550234131116
Binary111110011100010010010101010101101000101110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C495; }

 p { color: rgb(249,196,149); }

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

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

 a { background-color: rgb(249,196,149); }

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

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

 span { border-color: rgb(249,196,149); }

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