Html Css Color HEX #FCD392 Caramel

📋 copy color: '#FCD392'

red 252 ◦ green 211 ◦ blue 146

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

Shades of Caramel #FCD392

Tints of Caramel #FCD392

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.65%

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

R = 41.38%
G = 34.65%
B = 23.97%

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

#FCD392 (or 0xFCD392) is known color: Caramel. HEX triplet: FC, D3 and 92. RGB value is (252,211,146). Sum of RGB (Red+Green+Blue) = 252+211+146=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD392 is #032C6D. Grayscale: #D8D8D8. Windows color (decimal): -207982 or 9622524. OLE color: 9622524.

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

Color convert

RGB 252 211 146 -
CMYK 0 0.16 0.42 0.01
HSL 36.79º 0.95% 0.78% -
HSV(B) 36.79º 0.42% 0.99% -
XYZ 68.63 69.36 36.96 -
YUV 215.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 252 211 146 0 0.16 0.42 0.01 36.79 0.95 0.78
Hex FC D3 92 0 10 2A 1 25 5F 4E
Octal 374 323 222 0 20 52 1 45 137 116
Binary 11111100 11010011 10010010 0 10000 101010 1 100101 1011111 1001110

Color Harmonies of #FCD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD392

Black with #FCD392

Text Example


Text Example

White with #FCD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD392; }

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

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

background-color css

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

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

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

border-color css

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

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

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