Html Css Color HEX #FCD691 Caramel

📋 copy color: '#FCD691'

red 252 ◦ green 214 ◦ blue 145

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

Shades of Caramel #FCD691

Tints of Caramel #FCD691

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.02%

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

R = 41.24%
G = 35.02%
B = 23.73%

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

#FCD691 (or 0xFCD691) is known color: Caramel. HEX triplet: FC, D6 and 91. RGB value is (252,214,145). Sum of RGB (Red+Green+Blue) = 252+214+145=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD691 is #03296E. Grayscale: #D9D9D9. Windows color (decimal): -207215 or 9557756. OLE color: 9557756.

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

Color convert

RGB 252 214 145 -
CMYK 0 0.15 0.42 0.01
HSL 38.69º 0.95% 0.78% -
HSV(B) 38.69º 0.42% 0.99% -
XYZ 69.3 70.83 36.81 -
YUV 217.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 252 214 145 0 0.15 0.42 0.01 38.69 0.95 0.78
Hex FC D6 91 0 F 2A 1 27 5F 4E
Octal 374 326 221 0 17 52 1 47 137 116
Binary 11111100 11010110 10010001 0 1111 101010 1 100111 1011111 1001110

Color Harmonies of #FCD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD691

Black with #FCD691

Text Example


Text Example

White with #FCD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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