Html Css Color HEX #FCC697 Peach-Orange

📋 copy color: '#FCC697'

red 252 ◦ green 198 ◦ blue 151

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

Shades of Peach-Orange #FCC697

Tints of Peach-Orange #FCC697

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.95%

 BLUE value IS 151 (59.38% from 255) = 25.12%

R = 41.93%
G = 32.95%
B = 25.12%

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

#FCC697 (or 0xFCC697) is known color: Peach-Orange. HEX triplet: FC, C6 and 97. RGB value is (252,198,151). Sum of RGB (Red+Green+Blue) = 252+198+151=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC697 is #033968. Grayscale: #D1D1D1. Windows color (decimal): -211305 or 9946876. OLE color: 9946876.

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

Color convert

RGB 252 198 151 -
CMYK 0 0.21 0.40 0.01
HSL 27.92º 0.94% 0.79% -
HSV(B) 27.92º 0.4% 0.99% -
XYZ 65.92 63.32 38.03 -
YUV 208.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 252 198 151 0 0.21 0.40 0.01 27.92 0.94 0.79
Hex FC C6 97 0 15 28 1 1C 5E 4F
Octal 374 306 227 0 25 50 1 34 136 117
Binary 11111100 11000110 10010111 0 10101 101000 1 11100 1011110 1001111

Color Harmonies of #FCC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC697

Black with #FCC697

Text Example


Text Example

White with #FCC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC697; }

 p { color: rgb(252,198,151); }

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

background-color css

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

 a { background-color: rgb(252,198,151); }

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

border-color css

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

 span { border-color: rgb(252,198,151); }

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