Html Css Color HEX #FCD498 Caramel

📋 copy color: '#FCD498'

red 252 ◦ green 212 ◦ blue 152

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

Shades of Caramel #FCD498

Tints of Caramel #FCD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.42%

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

R = 40.91%
G = 34.42%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD498 (or 0xFCD498) is known color: Caramel. HEX triplet: FC, D4 and 98. RGB value is (252,212,152). Sum of RGB (Red+Green+Blue) = 252+212+152=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD498 is #032B67. Grayscale: #D9D9D9. Windows color (decimal): -207720 or 10015996. OLE color: 10015996.

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

Color convert

RGB 252 212 152 -
CMYK 0 0.16 0.40 0.01
HSL 36º 0.94% 0.79% -
HSV(B) 36º 0.4% 0.99% -
XYZ 69.36 70.05 39.57 -
YUV 217.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 252 212 152 0 0.16 0.40 0.01 36 0.94 0.79
Hex FC D4 98 0 10 28 1 24 5E 4F
Octal 374 324 230 0 20 50 1 44 136 117
Binary 11111100 11010100 10011000 0 10000 101000 1 100100 1011110 1001111

Color Harmonies of #FCD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD498

Black with #FCD498

Text Example


Text Example

White with #FCD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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