#FCD792

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

Shades of Caramel #FCD792

Tints of Caramel #FCD792

Color information

#FCD792 (or 0xFCD792) is unknown color: approx Caramel. HEX triplet: FC, D7 and 92. RGB value is (252,215,146). Sum of RGB (Red+Green+Blue) = 252+215+146=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD792 is #03286D. Grayscale: #DADADA. Windows color (decimal): -206958 or 9623548. OLE color: 9623548.

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

Color convert

RGB252215146-
CMYK00.150.420.01
HSL39.06º94.64%78.04%-
HSV(B)39.06º42.06%98.82%-
XYZ69.6371.3737.3-
YUV218.287.26152.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 146 (57.42% from 255) = 23.82%
R=41.11%
G=35.07%
B=23.82%

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
Decimal25221514600.150.420.0139.0694.6478.04
HexFCD7920F2A1275f4e
Octal37432722201752147137116
Binary11111100110101111001001001111101010110011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD792; }

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

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

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

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

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

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

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

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