Html Css Color HEX #FCD381 Golden Glow

📋 copy color: '#FCD381'

red 252 ◦ green 211 ◦ blue 129

#FCD381
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FCD381

Tints of Golden Glow #FCD381

RGB

 RED value IS 252 (98.83% from 255) = 42.57%

 GREEN value IS 211 (82.81% from 255) = 35.64%

 BLUE value IS 129 (50.78% from 255) = 21.79%

R = 42.57%
G = 35.64%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCD381 (or 0xFCD381) is known color: Golden Glow. HEX triplet: FC, D3 and 81. RGB value is (252,211,129). Sum of RGB (Red+Green+Blue) = 252+211+129=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD381 is #032C7E. Grayscale: #D6D6D6. Windows color (decimal): -207999 or 8508412. OLE color: 8508412.

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

Color convert

RGB 252 211 129 -
CMYK 0 0.16 0.49 0.01
HSL 40º 0.95% 0.75% -
HSV(B) 40º 0.49% 0.99% -
XYZ 67.4 68.87 30.51 -
YUV 213.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 252 211 129 0 0.16 0.49 0.01 40 0.95 0.75
Hex FC D3 81 0 10 31 1 28 5F 4B
Octal 374 323 201 0 20 61 1 50 137 113
Binary 11111100 11010011 10000001 0 10000 110001 1 101000 1011111 1001011

Color Harmonies of #FCD381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD381

Black with #FCD381

Text Example


Text Example

White with #FCD381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD381; }

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

 H1.HeaderClassName
 {
   color: #FCD381;
 }
 .AnyTagClassName
 {
   color: #FCD381;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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