Html Css Color HEX #FCC695 Peach-Orange

📋 copy color: '#FCC695'

red 252 ◦ green 198 ◦ blue 149

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

Shades of Peach-Orange #FCC695

Tints of Peach-Orange #FCC695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.87%

R = 42.07%
G = 33.06%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCC695 (or 0xFCC695) is known color: Peach-Orange. HEX triplet: FC, C6 and 95. RGB value is (252,198,149). Sum of RGB (Red+Green+Blue) = 252+198+149=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC695 is #03396A. Grayscale: #D0D0D0. Windows color (decimal): -211307 or 9815804. OLE color: 9815804.

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

Color convert

RGB 252 198 149 -
CMYK 0 0.21 0.41 0.01
HSL 28.54º 0.94% 0.79% -
HSV(B) 28.54º 0.41% 0.99% -
XYZ 65.76 63.25 37.18 -
YUV 208.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 252 198 149 0 0.21 0.41 0.01 28.54 0.94 0.79
Hex FC C6 95 0 15 29 1 1D 5E 4F
Octal 374 306 225 0 25 51 1 35 136 117
Binary 11111100 11000110 10010101 0 10101 101001 1 11101 1011110 1001111

Color Harmonies of #FCC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC695

Black with #FCC695

Text Example


Text Example

White with #FCC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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