#FCD28F

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

Shades of Caramel #FCD28F

Tints of Caramel #FCD28F

Color information

#FCD28F (or 0xFCD28F) is unknown color: approx Caramel. HEX triplet: FC, D2 and 8F. RGB value is (252,210,143). Sum of RGB (Red+Green+Blue) = 252+210+143=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD28F is #032D70. Grayscale: #D7D7D7. Windows color (decimal): -208241 or 9425660. OLE color: 9425660.

HSL color Cylindrical-coordinate representation of color #FCD28F: hue angle of 36.88º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCD28F is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252210143-
CMYK00.170.430.01
HSL36.88º94.78%77.45%-
HSV(B)36.88º43.25%98.82%-
XYZ68.1568.7735.67-
YUV214.9287.41154.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 143 (56.25% from 255) = 23.64%
R=41.65%
G=34.71%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221014300.170.430.0136.8894.7877.45
HexFCD28F0112B1255f4d
Octal37432221702153145137115
Binary111111001101001010001111010001101011110010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD28F; }

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

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

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

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

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

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

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

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