Html Css Color HEX #FCDA86 Golden Glow

📋 copy color: '#FCDA86'

red 252 ◦ green 218 ◦ blue 134

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

Shades of Golden Glow #FCDA86

Tints of Golden Glow #FCDA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.19%

R = 41.72%
G = 36.09%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCDA86 (or 0xFCDA86) is known color: Golden Glow. HEX triplet: FC, DA and 86. RGB value is (252,218,134). Sum of RGB (Red+Green+Blue) = 252+218+134=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA86 is #032579. Grayscale: #DADADA. Windows color (decimal): -206202 or 8837884. OLE color: 8837884.

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

Color convert

RGB 252 218 134 -
CMYK 0 0.13 0.47 0.01
HSL 42.71º 0.95% 0.76% -
HSV(B) 42.71º 0.47% 0.99% -
XYZ 69.52 72.56 32.9 -
YUV 218.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 252 218 134 0 0.13 0.47 0.01 42.71 0.95 0.76
Hex FC DA 86 0 D 2F 1 2B 5F 4C
Octal 374 332 206 0 15 57 1 53 137 114
Binary 11111100 11011010 10000110 0 1101 101111 1 101011 1011111 1001100

Color Harmonies of #FCDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA86

Black with #FCDA86

Text Example


Text Example

White with #FCDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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