Html Css Color HEX #FCD994 Caramel

📋 copy color: '#FCD994'

red 252 ◦ green 217 ◦ blue 148

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

Shades of Caramel #FCD994

Tints of Caramel #FCD994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.99%

R = 40.84%
G = 35.17%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD994 (or 0xFCD994) is known color: Caramel. HEX triplet: FC, D9 and 94. RGB value is (252,217,148). Sum of RGB (Red+Green+Blue) = 252+217+148=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD994 is #03266B. Grayscale: #DBDBDB. Windows color (decimal): -206444 or 9755132. OLE color: 9755132.

HSL color Cylindrical-coordinate representation of color #FCD994: hue angle of 39.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCD994 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 148 -
CMYK 0 0.14 0.41 0.01
HSL 39.81º 0.95% 0.78% -
HSV(B) 39.81º 0.41% 0.99% -
XYZ 70.3 72.46 38.3 -
YUV 219.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 252 217 148 0 0.14 0.41 0.01 39.81 0.95 0.78
Hex FC D9 94 0 E 29 1 28 5F 4E
Octal 374 331 224 0 16 51 1 50 137 116
Binary 11111100 11011001 10010100 0 1110 101001 1 101000 1011111 1001110

Color Harmonies of #FCD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD994

Black with #FCD994

Text Example


Text Example

White with #FCD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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