Html Css Color HEX #FCD88B Golden Glow

📋 copy color: '#FCD88B'

red 252 ◦ green 216 ◦ blue 139

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

Shades of Golden Glow #FCD88B

Tints of Golden Glow #FCD88B

RGB

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

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

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

R = 41.52%
G = 35.58%
B = 22.9%

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

#FCD88B (or 0xFCD88B) is known color: Golden Glow. HEX triplet: FC, D8 and 8B. RGB value is (252,216,139). Sum of RGB (Red+Green+Blue) = 252+216+139=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD88B is #032774. Grayscale: #DADADA. Windows color (decimal): -206709 or 9165052. OLE color: 9165052.

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

Color convert

RGB 252 216 139 -
CMYK 0 0.14 0.45 0.01
HSL 40.88º 0.95% 0.77% -
HSV(B) 40.88º 0.45% 0.99% -
XYZ 69.36 71.67 34.6 -
YUV 217.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 252 216 139 0 0.14 0.45 0.01 40.88 0.95 0.77
Hex FC D8 8B 0 E 2D 1 29 5F 4D
Octal 374 330 213 0 16 55 1 51 137 115
Binary 11111100 11011000 10001011 0 1110 101101 1 101001 1011111 1001101

Color Harmonies of #FCD88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD88B

Black with #FCD88B

Text Example


Text Example

White with #FCD88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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