Html Css Color HEX #FCD794 Caramel

📋 copy color: '#FCD794'

red 252 ◦ green 215 ◦ blue 148

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

Shades of Caramel #FCD794

Tints of Caramel #FCD794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.96%

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

R = 40.98%
G = 34.96%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCD794 (or 0xFCD794) is known color: Caramel. HEX triplet: FC, D7 and 94. RGB value is (252,215,148). Sum of RGB (Red+Green+Blue) = 252+215+148=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD794 is #03286B. Grayscale: #DADADA. Windows color (decimal): -206956 or 9754620. OLE color: 9754620.

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

Color convert

RGB 252 215 148 -
CMYK 0 0.15 0.41 0.01
HSL 38.65º 0.95% 0.78% -
HSV(B) 38.65º 0.41% 0.99% -
XYZ 69.79 71.43 38.13 -
YUV 218.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 252 215 148 0 0.15 0.41 0.01 38.65 0.95 0.78
Hex FC D7 94 0 F 29 1 27 5F 4E
Octal 374 327 224 0 17 51 1 47 137 116
Binary 11111100 11010111 10010100 0 1111 101001 1 100111 1011111 1001110

Color Harmonies of #FCD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD794

Black with #FCD794

Text Example


Text Example

White with #FCD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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