#FACC97

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

Shades of Peach-Orange #FACC97

Tints of Peach-Orange #FACC97

Color information

#FACC97 (or 0xFACC97) is unknown color: approx Peach-Orange. HEX triplet: FA, CC and 97. RGB value is (250,204,151). Sum of RGB (Red+Green+Blue) = 250+204+151=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC97 is #053368. Grayscale: #D3D3D3. Windows color (decimal): -340841 or 9948410. OLE color: 9948410.

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

Color convert

RGB250204151-
CMYK00.180.400.02
HSL32.12º90.83%78.63%-
HSV(B)32.12º39.6%98.04%-
XYZ66.665.7438.46-
YUV211.7193.74155.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=41.32%
G=33.72%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020415100.180.400.0232.1290.8378.63
HexFACC97012282205b4f
Octal37231422702250240133117
Binary1111101011001100100101110100101010001010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC97; }

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

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

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

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

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

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

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

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