Html Css Color HEX #FCC995 Peach-Orange

📋 copy color: '#FCC995'

red 252 ◦ green 201 ◦ blue 149

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

Shades of Peach-Orange #FCC995

Tints of Peach-Orange #FCC995

RGB

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

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

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

R = 41.86%
G = 33.39%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCC995 (or 0xFCC995) is known color: Peach-Orange. HEX triplet: FC, C9 and 95. RGB value is (252,201,149). Sum of RGB (Red+Green+Blue) = 252+201+149=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC995 is #03366A. Grayscale: #D2D2D2. Windows color (decimal): -210539 or 9816572. OLE color: 9816572.

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

Color convert

RGB 252 201 149 -
CMYK 0 0.20 0.41 0.01
HSL 30.29º 0.94% 0.79% -
HSV(B) 30.29º 0.41% 0.99% -
XYZ 66.46 64.64 37.41 -
YUV 210.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 252 201 149 0 0.20 0.41 0.01 30.29 0.94 0.79
Hex FC C9 95 0 14 29 1 1E 5E 4F
Octal 374 311 225 0 24 51 1 36 136 117
Binary 11111100 11001001 10010101 0 10100 101001 1 11110 1011110 1001111

Color Harmonies of #FCC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC995

Black with #FCC995

Text Example


Text Example

White with #FCC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC995; }

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

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

background-color css

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

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

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

border-color css

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

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

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