Html Css Color HEX #FCD998 Caramel

📋 copy color: '#FCD998'

red 252 ◦ green 217 ◦ blue 152

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

Shades of Caramel #FCD998

Tints of Caramel #FCD998

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.94%

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

R = 40.58%
G = 34.94%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD998 (or 0xFCD998) is known color: Caramel. HEX triplet: FC, D9 and 98. RGB value is (252,217,152). Sum of RGB (Red+Green+Blue) = 252+217+152=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD998 is #032667. Grayscale: #DCDCDC. Windows color (decimal): -206440 or 10017276. OLE color: 10017276.

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

Color convert

RGB 252 217 152 -
CMYK 0 0.14 0.40 0.01
HSL 39º 0.94% 0.79% -
HSV(B) 39º 0.4% 0.99% -
XYZ 70.63 72.59 39.99 -
YUV 220.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 252 217 152 0 0.14 0.40 0.01 39 0.94 0.79
Hex FC D9 98 0 E 28 1 27 5E 4F
Octal 374 331 230 0 16 50 1 47 136 117
Binary 11111100 11011001 10011000 0 1110 101000 1 100111 1011110 1001111

Color Harmonies of #FCD998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD998

Black with #FCD998

Text Example


Text Example

White with #FCD998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD998; }

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

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

background-color css

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

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

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

border-color css

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

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

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