Html Css Color HEX #FCD791 Caramel

📋 copy color: '#FCD791'

red 252 ◦ green 215 ◦ blue 145

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

Shades of Caramel #FCD791

Tints of Caramel #FCD791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.69%

R = 41.18%
G = 35.13%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCD791 (or 0xFCD791) is known color: Caramel. HEX triplet: FC, D7 and 91. RGB value is (252,215,145). Sum of RGB (Red+Green+Blue) = 252+215+145=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD791 is #03286E. Grayscale: #DADADA. Windows color (decimal): -206959 or 9558012. OLE color: 9558012.

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

Color convert

RGB 252 215 145 -
CMYK 0 0.15 0.42 0.01
HSL 39.25º 0.95% 0.78% -
HSV(B) 39.25º 0.42% 0.99% -
XYZ 69.56 71.34 36.89 -
YUV 218.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 252 215 145 0 0.15 0.42 0.01 39.25 0.95 0.78
Hex FC D7 91 0 F 2A 1 27 5F 4E
Octal 374 327 221 0 17 52 1 47 137 116
Binary 11111100 11010111 10010001 0 1111 101010 1 100111 1011111 1001110

Color Harmonies of #FCD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD791

Black with #FCD791

Text Example


Text Example

White with #FCD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD791; }

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

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

background-color css

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

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

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

border-color css

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

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

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