#FCCA90

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

Shades of Peach-Orange #FCCA90

Tints of Peach-Orange #FCCA90

Color information

#FCCA90 (or 0xFCCA90) is unknown color: approx Peach-Orange. HEX triplet: FC, CA and 90. RGB value is (252,202,144). Sum of RGB (Red+Green+Blue) = 252+202+144=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA90 is #03356F. Grayscale: #D2D2D2. Windows color (decimal): -210288 or 9489148. OLE color: 9489148.

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

Color convert

RGB252202144-
CMYK00.200.430.01
HSL32.22º94.74%77.65%-
HSV(B)32.22º42.86%98.82%-
XYZ66.364.9535.43-
YUV210.3490.56157.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 144 (56.64% from 255) = 24.08%
R=42.14%
G=33.78%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220214400.200.430.0132.2294.7477.65
HexFCCA900142B1205f4e
Octal37431222002453140137116
Binary111111001100101010010000010100101011110000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA90; }

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

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

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

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

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

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

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

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