#FCCA97

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

Shades of Peach-Orange #FCCA97

Tints of Peach-Orange #FCCA97

Color information

#FCCA97 (or 0xFCCA97) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 97. RGB value is (252,202,151). Sum of RGB (Red+Green+Blue) = 252+202+151=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA97 is #033568. Grayscale: #D3D3D3. Windows color (decimal): -210281 or 9947900. OLE color: 9947900.

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

Color convert

RGB252202151-
CMYK00.200.400.01
HSL30.3º94.39%79.02%-
HSV(B)30.3º40.08%98.82%-
XYZ66.8565.1738.33-
YUV211.1494.06157.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 151 (59.38% from 255) = 24.96%
R=41.65%
G=33.39%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220215100.200.400.0130.394.3979.02
HexFCCA970142811e5e4f
Octal37431222702450136136117
Binary11111100110010101001011101010010100011111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA97; }

 p { color: rgb(252,202,151); }

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

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

 a { background-color: rgb(252,202,151); }

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

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

 span { border-color: rgb(252,202,151); }

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