#FCD592

Color #FCD592 Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #FCD592

Tints of Caramel #FCD592

Color information

#FCD592 (or 0xFCD592) is unknown color: approx Caramel. HEX triplet: FC, D5 and 92. RGB value is (252,213,146). Sum of RGB (Red+Green+Blue) = 252+213+146=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD592 is #032A6D. Grayscale: #D9D9D9. Windows color (decimal): -207470 or 9623036. OLE color: 9623036.

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

Color convert

RGB252213146-
CMYK00.150.420.01
HSL37.92º94.64%78.04%-
HSV(B)37.92º42.06%98.82%-
XYZ69.1370.3637.13-
YUV217.0287.92152.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 146 (57.42% from 255) = 23.90%
R=41.24%
G=34.86%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221314600.150.420.0137.9294.6478.04
HexFCD5920F2A1265f4e
Octal37432522201752146137116
Binary11111100110101011001001001111101010110011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD592; }

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

 H1.HeaderClassName
 {
   color: #FCD592;
 }
 .AnyTagClassName
 {
   color: #FCD592;
 }
</style>
background-color css

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

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

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

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

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

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