Html Css Color HEX #FCD992 Caramel

📋 copy color: '#FCD992'

red 252 ◦ green 217 ◦ blue 146

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

Shades of Caramel #FCD992

Tints of Caramel #FCD992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

 BLUE value IS 146 (57.42% from 255) = 23.74%

R = 40.98%
G = 35.28%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCD992 (or 0xFCD992) is known color: Caramel. HEX triplet: FC, D9 and 92. RGB value is (252,217,146). Sum of RGB (Red+Green+Blue) = 252+217+146=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD992 is #03266D. Grayscale: #DBDBDB. Windows color (decimal): -206446 or 9624060. OLE color: 9624060.

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

Color convert

RGB 252 217 146 -
CMYK 0 0.14 0.42 0.01
HSL 40.19º 0.95% 0.78% -
HSV(B) 40.19º 0.42% 0.99% -
XYZ 70.15 72.4 37.47 -
YUV 219.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 252 217 146 0 0.14 0.42 0.01 40.19 0.95 0.78
Hex FC D9 92 0 E 2A 1 28 5F 4E
Octal 374 331 222 0 16 52 1 50 137 116
Binary 11111100 11011001 10010010 0 1110 101010 1 101000 1011111 1001110

Color Harmonies of #FCD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD992

Black with #FCD992

Text Example


Text Example

White with #FCD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD992; }

 p { color: rgb(252,217,146); }

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

background-color css

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

 a { background-color: rgb(252,217,146); }

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

border-color css

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

 span { border-color: rgb(252,217,146); }

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