Html Css Color HEX #FCD291 Caramel

📋 copy color: '#FCD291'

red 252 ◦ green 210 ◦ blue 145

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

Shades of Caramel #FCD291

Tints of Caramel #FCD291

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.6%

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

R = 41.52%
G = 34.6%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCD291 (or 0xFCD291) is known color: Caramel. HEX triplet: FC, D2 and 91. RGB value is (252,210,145). Sum of RGB (Red+Green+Blue) = 252+210+145=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD291 is #032D6E. Grayscale: #D7D7D7. Windows color (decimal): -208239 or 9556732. OLE color: 9556732.

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

Color convert

RGB 252 210 145 -
CMYK 0 0.17 0.42 0.01
HSL 36.45º 0.95% 0.78% -
HSV(B) 36.45º 0.42% 0.99% -
XYZ 68.3 68.83 36.47 -
YUV 215.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 252 210 145 0 0.17 0.42 0.01 36.45 0.95 0.78
Hex FC D2 91 0 11 2A 1 24 5F 4E
Octal 374 322 221 0 21 52 1 44 137 116
Binary 11111100 11010010 10010001 0 10001 101010 1 100100 1011111 1001110

Color Harmonies of #FCD291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD291

Black with #FCD291

Text Example


Text Example

White with #FCD291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD291; }

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

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

background-color css

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

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

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

border-color css

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

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

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