Html Css Color HEX #FCD097 Caramel

📋 copy color: '#FCD097'

red 252 ◦ green 208 ◦ blue 151

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

Shades of Caramel #FCD097

Tints of Caramel #FCD097

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

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

R = 41.24%
G = 34.04%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD097 (or 0xFCD097) is known color: Caramel. HEX triplet: FC, D0 and 97. RGB value is (252,208,151). Sum of RGB (Red+Green+Blue) = 252+208+151=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD097 is #032F68. Grayscale: #D6D6D6. Windows color (decimal): -208745 or 9949436. OLE color: 9949436.

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

Color convert

RGB 252 208 151 -
CMYK 0 0.17 0.40 0.01
HSL 33.86º 0.94% 0.79% -
HSV(B) 33.86º 0.4% 0.99% -
XYZ 68.29 68.04 38.81 -
YUV 214.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 252 208 151 0 0.17 0.40 0.01 33.86 0.94 0.79
Hex FC D0 97 0 11 28 1 22 5E 4F
Octal 374 320 227 0 21 50 1 42 136 117
Binary 11111100 11010000 10010111 0 10001 101000 1 100010 1011110 1001111

Color Harmonies of #FCD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD097

Black with #FCD097

Text Example


Text Example

White with #FCD097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD097; }

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

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

background-color css

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

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

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

border-color css

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

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

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