#FAC997

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

Shades of Peach-Orange #FAC997

Tints of Peach-Orange #FAC997

Color information

#FAC997 (or 0xFAC997) is unknown color: approx Peach-Orange. HEX triplet: FA, C9 and 97. RGB value is (250,201,151). Sum of RGB (Red+Green+Blue) = 250+201+151=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC997 is #053668. Grayscale: #D2D2D2. Windows color (decimal): -341609 or 9947642. OLE color: 9947642.

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

Color convert

RGB250201151-
CMYK00.200.400.02
HSL30.3º90.83%78.63%-
HSV(B)30.3º39.6%98.04%-
XYZ65.964.3338.22-
YUV209.9594.73156.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 151 (59.38% from 255) = 25.08%
R=41.53%
G=33.39%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020115100.200.400.0230.390.8378.63
HexFAC9970142821e5b4f
Octal37231122702450236133117
Binary111110101100100110010111010100101000101111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC997; }

 p { color: rgb(250,201,151); }

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

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

 a { background-color: rgb(250,201,151); }

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

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

 span { border-color: rgb(250,201,151); }

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