#FCD781

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

Shades of Golden Glow #FCD781

Tints of Golden Glow #FCD781

Color information

#FCD781 (or 0xFCD781) is unknown color: approx Golden Glow. HEX triplet: FC, D7 and 81. RGB value is (252,215,129). Sum of RGB (Red+Green+Blue) = 252+215+129=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD781 is #03287E. Grayscale: #D8D8D8. Windows color (decimal): -206975 or 8509436. OLE color: 8509436.

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

Color convert

RGB252215129-
CMYK00.150.490.01
HSL41.95º95.35%74.71%-
HSV(B)41.95º48.81%98.82%-
XYZ68.4170.8830.84-
YUV216.2678.76153.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 129 (50.78% from 255) = 21.64%
R=42.28%
G=36.07%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221512900.150.490.0141.9595.3574.71
HexFCD7810F3112a5f4b
Octal37432720101761152137113
Binary11111100110101111000000101111110001110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD781; }

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

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

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

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

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

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

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

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