#FCCA98

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

Shades of Peach-Orange #FCCA98

Tints of Peach-Orange #FCCA98

Color information

#FCCA98 (or 0xFCCA98) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 98. RGB value is (252,202,152). Sum of RGB (Red+Green+Blue) = 252+202+152=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA98 is #033567. Grayscale: #D3D3D3. Windows color (decimal): -210280 or 10013436. OLE color: 10013436.

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

Color convert

RGB252202152-
CMYK00.200.400.01
HSL30º94.34%79.22%-
HSV(B)30º39.68%98.82%-
XYZ66.9365.238.76-
YUV211.2594.56157.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 25.08%
R=41.58%
G=33.33%
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.01
SystemRedGreenBlueCMYKHSL
Decimal25220215200.200.400.013094.3479.22
HexFCCA980142811e5e4f
Octal37431223002450136136117
Binary11111100110010101001100001010010100011111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA98; }

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

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

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

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

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

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

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

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