#FCDA83

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

Shades of Golden Glow #FCDA83

Tints of Golden Glow #FCDA83

Color information

#FCDA83 (or 0xFCDA83) is unknown color: approx Golden Glow. HEX triplet: FC, DA and 83. RGB value is (252,218,131). Sum of RGB (Red+Green+Blue) = 252+218+131=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA83 is #03257C. Grayscale: #DADADA. Windows color (decimal): -206205 or 8641276. OLE color: 8641276.

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

Color convert

RGB252218131-
CMYK00.130.480.01
HSL43.14º95.28%75.1%-
HSV(B)43.14º48.02%98.82%-
XYZ69.3172.4831.81-
YUV218.2578.76152.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 131 (51.56% from 255) = 21.80%
R=41.93%
G=36.27%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221813100.130.480.0143.1495.2875.1
HexFCDA830D3012b5f4b
Octal37433220301560153137113
Binary11111100110110101000001101101110000110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA83; }

 p { color: rgb(252,218,131); }

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

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

 a { background-color: rgb(252,218,131); }

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

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

 span { border-color: rgb(252,218,131); }

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