#FCCA94

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

Shades of Peach-Orange #FCCA94

Tints of Peach-Orange #FCCA94

Color information

#FCCA94 (or 0xFCCA94) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 94. RGB value is (252,202,148). Sum of RGB (Red+Green+Blue) = 252+202+148=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA94 is #03356B. Grayscale: #D3D3D3. Windows color (decimal): -210284 or 9751292. OLE color: 9751292.

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

Color convert

RGB252202148-
CMYK00.200.410.01
HSL31.15º94.55%78.43%-
HSV(B)31.15º41.27%98.82%-
XYZ66.6165.0737.07-
YUV210.7992.56157.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 148 (58.20% from 255) = 24.58%
R=41.86%
G=33.55%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220214800.200.410.0131.1594.5578.43
HexFCCA940142911f5f4e
Octal37431222402451137137116
Binary11111100110010101001010001010010100111111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA94; }

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

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

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

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

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

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

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

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