Html Css Color HEX #FCC896 Peach-Orange

📋 copy color: '#FCC896'

red 252 ◦ green 200 ◦ blue 150

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

Shades of Peach-Orange #FCC896

Tints of Peach-Orange #FCC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.22%

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

R = 41.86%
G = 33.22%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCC896 (or 0xFCC896) is known color: Peach-Orange. HEX triplet: FC, C8 and 96. RGB value is (252,200,150). Sum of RGB (Red+Green+Blue) = 252+200+150=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC896 is #033769. Grayscale: #D2D2D2. Windows color (decimal): -210794 or 9881852. OLE color: 9881852.

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

Color convert

RGB 252 200 150 -
CMYK 0 0.21 0.40 0.01
HSL 29.41º 0.94% 0.79% -
HSV(B) 29.41º 0.4% 0.99% -
XYZ 66.3 64.21 37.75 -
YUV 209.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 252 200 150 0 0.21 0.40 0.01 29.41 0.94 0.79
Hex FC C8 96 0 15 28 1 1D 5E 4F
Octal 374 310 226 0 25 50 1 35 136 117
Binary 11111100 11001000 10010110 0 10101 101000 1 11101 1011110 1001111

Color Harmonies of #FCC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC896

Black with #FCC896

Text Example


Text Example

White with #FCC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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