Html Css Color HEX #FCCC96 Peach-Orange

📋 copy color: '#FCCC96'

red 252 ◦ green 204 ◦ blue 150

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

Shades of Peach-Orange #FCCC96

Tints of Peach-Orange #FCCC96

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 150 (58.98% from 255) = 24.75%

R = 41.58%
G = 33.66%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCCC96 (or 0xFCCC96) is known color: Peach-Orange. HEX triplet: FC, CC and 96. RGB value is (252,204,150). Sum of RGB (Red+Green+Blue) = 252+204+150=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC96 is #033369. Grayscale: #D4D4D4. Windows color (decimal): -209770 or 9882876. OLE color: 9882876.

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

Color convert

RGB 252 204 150 -
CMYK 0 0.19 0.40 0.01
HSL 31.76º 0.94% 0.79% -
HSV(B) 31.76º 0.4% 0.99% -
XYZ 67.24 66.08 38.07 -
YUV 212.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 252 204 150 0 0.19 0.40 0.01 31.76 0.94 0.79
Hex FC CC 96 0 13 28 1 20 5E 4F
Octal 374 314 226 0 23 50 1 40 136 117
Binary 11111100 11001100 10010110 0 10011 101000 1 100000 1011110 1001111

Color Harmonies of #FCCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC96

Black with #FCCC96

Text Example


Text Example

White with #FCCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC96; }

 p { color: rgb(252,204,150); }

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

background-color css

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

 a { background-color: rgb(252,204,150); }

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

border-color css

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

 span { border-color: rgb(252,204,150); }

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