Html Css Color HEX #FCCA9D Peach-Orange

📋 copy color: '#FCCA9D'

red 252 ◦ green 202 ◦ blue 157

#FCCA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #FCCA9D

Tints of Peach-Orange #FCCA9D

RGB

 RED value IS 252 (98.83% from 255) = 41.24%

 GREEN value IS 202 (79.3% from 255) = 33.06%

 BLUE value IS 157 (61.72% from 255) = 25.7%

R = 41.24%
G = 33.06%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCCA9D (or 0xFCCA9D) is known color: Peach-Orange. HEX triplet: FC, CA and 9D. RGB value is (252,202,157). Sum of RGB (Red+Green+Blue) = 252+202+157=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA9D is #033562. Grayscale: #D4D4D4. Windows color (decimal): -210275 or 10341116. OLE color: 10341116.

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

Color convert

RGB 252 202 157 -
CMYK 0 0.20 0.38 0.01
HSL 28.42º 0.94% 0.8% -
HSV(B) 28.42º 0.38% 0.99% -
XYZ 67.35 65.37 40.97 -
YUV 211.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 252 202 157 0 0.20 0.38 0.01 28.42 0.94 0.8
Hex FC CA 9D 0 14 26 1 1C 5E 50
Octal 374 312 235 0 24 46 1 34 136 120
Binary 11111100 11001010 10011101 0 10100 100110 1 11100 1011110 1010000

Color Harmonies of #FCCA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA9D

Black with #FCCA9D

Text Example


Text Example

White with #FCCA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA9D; }

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

 H1.HeaderClassName
 {
   color: #FCCA9D;
 }
 .AnyTagClassName
 {
   color: #FCCA9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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