Html Css Color HEX #FCDA80 Golden Glow

📋 copy color: '#FCDA80'

red 252 ◦ green 218 ◦ blue 128

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

Shades of Golden Glow #FCDA80

Tints of Golden Glow #FCDA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.45%

 BLUE value IS 128 (50.39% from 255) = 21.4%

R = 42.14%
G = 36.45%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCDA80 (or 0xFCDA80) is known color: Golden Glow. HEX triplet: FC, DA and 80. RGB value is (252,218,128). Sum of RGB (Red+Green+Blue) = 252+218+128=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA80 is #03257F. Grayscale: #DADADA. Windows color (decimal): -206208 or 8444668. OLE color: 8444668.

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

Color convert

RGB 252 218 128 -
CMYK 0 0.13 0.49 0.01
HSL 43.55º 0.95% 0.75% -
HSV(B) 43.55º 0.49% 0.99% -
XYZ 69.11 72.4 30.75 -
YUV 217.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 252 218 128 0 0.13 0.49 0.01 43.55 0.95 0.75
Hex FC DA 80 0 D 31 1 2C 5F 4B
Octal 374 332 200 0 15 61 1 54 137 113
Binary 11111100 11011010 10000000 0 1101 110001 1 101100 1011111 1001011

Color Harmonies of #FCDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA80

Black with #FCDA80

Text Example


Text Example

White with #FCDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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