Html Css Color HEX #FCDB89 Golden Glow

📋 copy color: '#FCDB89'

red 252 ◦ green 219 ◦ blue 137

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

Shades of Golden Glow #FCDB89

Tints of Golden Glow #FCDB89

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 137 (53.91% from 255) = 22.53%

R = 41.45%
G = 36.02%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCDB89 (or 0xFCDB89) is known color: Golden Glow. HEX triplet: FC, DB and 89. RGB value is (252,219,137). Sum of RGB (Red+Green+Blue) = 252+219+137=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 137 (53.91% from 255 or 22.53% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB89 is #032476. Grayscale: #DBDBDB. Windows color (decimal): -205943 or 9034748. OLE color: 9034748.

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

Color convert

RGB 252 219 137 -
CMYK 0 0.13 0.46 0.01
HSL 42.78º 0.95% 0.76% -
HSV(B) 42.78º 0.46% 0.99% -
XYZ 69.99 73.16 34.1 -
YUV 219.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 252 219 137 0 0.13 0.46 0.01 42.78 0.95 0.76
Hex FC DB 89 0 D 2E 1 2B 5F 4C
Octal 374 333 211 0 15 56 1 53 137 114
Binary 11111100 11011011 10001001 0 1101 101110 1 101011 1011111 1001100

Color Harmonies of #FCDB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB89

Black with #FCDB89

Text Example


Text Example

White with #FCDB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB89; }

 p { color: rgb(252,219,137); }

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

background-color css

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

 a { background-color: rgb(252,219,137); }

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

border-color css

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

 span { border-color: rgb(252,219,137); }

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