Html Css Color HEX #FCD491 Caramel

📋 copy color: '#FCD491'

red 252 ◦ green 212 ◦ blue 145

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

Shades of Caramel #FCD491

Tints of Caramel #FCD491

RGB

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

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

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

R = 41.38%
G = 34.81%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCD491 (or 0xFCD491) is known color: Caramel. HEX triplet: FC, D4 and 91. RGB value is (252,212,145). Sum of RGB (Red+Green+Blue) = 252+212+145=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 145 (57.03% from 255 or 23.81% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD491 is #032B6E. Grayscale: #D8D8D8. Windows color (decimal): -207727 or 9557244. OLE color: 9557244.

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

Color convert

RGB 252 212 145 -
CMYK 0 0.16 0.42 0.01
HSL 37.57º 0.95% 0.78% -
HSV(B) 37.57º 0.42% 0.99% -
XYZ 68.8 69.83 36.64 -
YUV 216.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 252 212 145 0 0.16 0.42 0.01 37.57 0.95 0.78
Hex FC D4 91 0 10 2A 1 26 5F 4E
Octal 374 324 221 0 20 52 1 46 137 116
Binary 11111100 11010100 10010001 0 10000 101010 1 100110 1011111 1001110

Color Harmonies of #FCD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD491

Black with #FCD491

Text Example


Text Example

White with #FCD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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