Html Css Color HEX #FCD98B Golden Glow

📋 copy color: '#FCD98B'

red 252 ◦ green 217 ◦ blue 139

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

Shades of Golden Glow #FCD98B

Tints of Golden Glow #FCD98B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.69%

 BLUE value IS 139 (54.69% from 255) = 22.86%

R = 41.45%
G = 35.69%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD98B (or 0xFCD98B) is known color: Golden Glow. HEX triplet: FC, D9 and 8B. RGB value is (252,217,139). Sum of RGB (Red+Green+Blue) = 252+217+139=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD98B is #032674. Grayscale: #DADADA. Windows color (decimal): -206453 or 9165308. OLE color: 9165308.

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

Color convert

RGB 252 217 139 -
CMYK 0 0.14 0.45 0.01
HSL 41.42º 0.95% 0.77% -
HSV(B) 41.42º 0.45% 0.99% -
XYZ 69.62 72.19 34.69 -
YUV 218.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 252 217 139 0 0.14 0.45 0.01 41.42 0.95 0.77
Hex FC D9 8B 0 E 2D 1 29 5F 4D
Octal 374 331 213 0 16 55 1 51 137 115
Binary 11111100 11011001 10001011 0 1110 101101 1 101001 1011111 1001101

Color Harmonies of #FCD98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD98B

Black with #FCD98B

Text Example


Text Example

White with #FCD98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD98B; }

 p { color: rgb(252,217,139); }

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

background-color css

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

 a { background-color: rgb(252,217,139); }

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

border-color css

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

 span { border-color: rgb(252,217,139); }

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