Html Css Color HEX #FCD497 Caramel

📋 copy color: '#FCD497'

red 252 ◦ green 212 ◦ blue 151

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

Shades of Caramel #FCD497

Tints of Caramel #FCD497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.55%

R = 40.98%
G = 34.47%
B = 24.55%

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

#FCD497 (or 0xFCD497) is known color: Caramel. HEX triplet: FC, D4 and 97. RGB value is (252,212,151). Sum of RGB (Red+Green+Blue) = 252+212+151=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD497 is #032B68. Grayscale: #D9D9D9. Windows color (decimal): -207721 or 9950460. OLE color: 9950460.

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

Color convert

RGB 252 212 151 -
CMYK 0 0.16 0.40 0.01
HSL 36.24º 0.94% 0.79% -
HSV(B) 36.24º 0.4% 0.99% -
XYZ 69.27 70.02 39.14 -
YUV 217.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 252 212 151 0 0.16 0.40 0.01 36.24 0.94 0.79
Hex FC D4 97 0 10 28 1 24 5E 4F
Octal 374 324 227 0 20 50 1 44 136 117
Binary 11111100 11010100 10010111 0 10000 101000 1 100100 1011110 1001111

Color Harmonies of #FCD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD497

Black with #FCD497

Text Example


Text Example

White with #FCD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD497; }

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

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

background-color css

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

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

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

border-color css

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

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

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