#FCCA99

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

Shades of Peach-Orange #FCCA99

Tints of Peach-Orange #FCCA99

Color information

#FCCA99 (or 0xFCCA99) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 99. RGB value is (252,202,153). Sum of RGB (Red+Green+Blue) = 252+202+153=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA99 is #033566. Grayscale: #D3D3D3. Windows color (decimal): -210279 or 10078972. OLE color: 10078972.

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

Color convert

RGB252202153-
CMYK00.200.390.01
HSL29.7º94.29%79.41%-
HSV(B)29.7º39.29%98.82%-
XYZ67.0265.2439.2-
YUV211.3695.06156.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 153 (60.16% from 255) = 25.21%
R=41.52%
G=33.28%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220215300.200.390.0129.794.2979.41
HexFCCA990142711e5e4f
Octal37431223102447136136117
Binary11111100110010101001100101010010011111111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA99; }

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

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

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

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

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

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

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

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