Html Css Color HEX #FCC996 Peach-Orange

📋 copy color: '#FCC996'

red 252 ◦ green 201 ◦ blue 150

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

Shades of Peach-Orange #FCC996

Tints of Peach-Orange #FCC996

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.33%

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

R = 41.79%
G = 33.33%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCC996 (or 0xFCC996) is known color: Peach-Orange. HEX triplet: FC, C9 and 96. RGB value is (252,201,150). Sum of RGB (Red+Green+Blue) = 252+201+150=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC996 is #033669. Grayscale: #D2D2D2. Windows color (decimal): -210538 or 9882108. OLE color: 9882108.

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

Color convert

RGB 252 201 150 -
CMYK 0 0.20 0.40 0.01
HSL 30º 0.94% 0.79% -
HSV(B) 30º 0.4% 0.99% -
XYZ 66.54 64.67 37.83 -
YUV 210.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 252 201 150 0 0.20 0.40 0.01 30 0.94 0.79
Hex FC C9 96 0 14 28 1 1E 5E 4F
Octal 374 311 226 0 24 50 1 36 136 117
Binary 11111100 11001001 10010110 0 10100 101000 1 11110 1011110 1001111

Color Harmonies of #FCC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC996

Black with #FCC996

Text Example


Text Example

White with #FCC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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