Html Css Color HEX #FCD88A Golden Glow

📋 copy color: '#FCD88A'

red 252 ◦ green 216 ◦ blue 138

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

Shades of Golden Glow #FCD88A

Tints of Golden Glow #FCD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.64%

 BLUE value IS 138 (54.3% from 255) = 22.77%

R = 41.58%
G = 35.64%
B = 22.77%

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

#FCD88A (or 0xFCD88A) is known color: Golden Glow. HEX triplet: FC, D8 and 8A. RGB value is (252,216,138). Sum of RGB (Red+Green+Blue) = 252+216+138=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD88A is #032775. Grayscale: #DADADA. Windows color (decimal): -206710 or 9099516. OLE color: 9099516.

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

Color convert

RGB 252 216 138 -
CMYK 0 0.14 0.45 0.01
HSL 41.05º 0.95% 0.76% -
HSV(B) 41.05º 0.45% 0.99% -
XYZ 69.29 71.64 34.22 -
YUV 217.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 252 216 138 0 0.14 0.45 0.01 41.05 0.95 0.76
Hex FC D8 8A 0 E 2D 1 29 5F 4C
Octal 374 330 212 0 16 55 1 51 137 114
Binary 11111100 11011000 10001010 0 1110 101101 1 101001 1011111 1001100

Color Harmonies of #FCD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD88A

Black with #FCD88A

Text Example


Text Example

White with #FCD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD88A; }

 p { color: rgb(252,216,138); }

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

background-color css

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

 a { background-color: rgb(252,216,138); }

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

border-color css

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

 span { border-color: rgb(252,216,138); }

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