Html Css Color HEX #FCC998 Peach-Orange

📋 copy color: '#FCC998'

red 252 ◦ green 201 ◦ blue 152

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

Shades of Peach-Orange #FCC998

Tints of Peach-Orange #FCC998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.12%

R = 41.65%
G = 33.22%
B = 25.12%

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

#FCC998 (or 0xFCC998) is known color: Peach-Orange. HEX triplet: FC, C9 and 98. RGB value is (252,201,152). Sum of RGB (Red+Green+Blue) = 252+201+152=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC998 is #033667. Grayscale: #D2D2D2. Windows color (decimal): -210536 or 10013180. OLE color: 10013180.

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

Color convert

RGB 252 201 152 -
CMYK 0 0.20 0.40 0.01
HSL 29.4º 0.94% 0.79% -
HSV(B) 29.4º 0.4% 0.99% -
XYZ 66.7 64.74 38.69 -
YUV 210.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 252 201 152 0 0.20 0.40 0.01 29.4 0.94 0.79
Hex FC C9 98 0 14 28 1 1D 5E 4F
Octal 374 311 230 0 24 50 1 35 136 117
Binary 11111100 11001001 10011000 0 10100 101000 1 11101 1011110 1001111

Color Harmonies of #FCC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC998

Black with #FCC998

Text Example


Text Example

White with #FCC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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