Html Css Color HEX #FCD483 Golden Glow

📋 copy color: '#FCD483'

red 252 ◦ green 212 ◦ blue 131

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

Shades of Golden Glow #FCD483

Tints of Golden Glow #FCD483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.63%

 BLUE value IS 131 (51.56% from 255) = 22.02%

R = 42.35%
G = 35.63%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCD483 (or 0xFCD483) is known color: Golden Glow. HEX triplet: FC, D4 and 83. RGB value is (252,212,131). Sum of RGB (Red+Green+Blue) = 252+212+131=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD483 is #032B7C. Grayscale: #D7D7D7. Windows color (decimal): -207741 or 8639740. OLE color: 8639740.

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

Color convert

RGB 252 212 131 -
CMYK 0 0.16 0.48 0.01
HSL 40.17º 0.95% 0.75% -
HSV(B) 40.17º 0.48% 0.99% -
XYZ 67.79 69.42 31.3 -
YUV 214.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 252 212 131 0 0.16 0.48 0.01 40.17 0.95 0.75
Hex FC D4 83 0 10 30 1 28 5F 4B
Octal 374 324 203 0 20 60 1 50 137 113
Binary 11111100 11010100 10000011 0 10000 110000 1 101000 1011111 1001011

Color Harmonies of #FCD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD483

Black with #FCD483

Text Example


Text Example

White with #FCD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD483; }

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

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

background-color css

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

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

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

border-color css

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

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

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