Html Css Color HEX #FCDB80 Golden Glow

📋 copy color: '#FCDB80'

red 252 ◦ green 219 ◦ blue 128

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

Shades of Golden Glow #FCDB80

Tints of Golden Glow #FCDB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.37%

R = 42.07%
G = 36.56%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCDB80 (or 0xFCDB80) is known color: Golden Glow. HEX triplet: FC, DB and 80. RGB value is (252,219,128). Sum of RGB (Red+Green+Blue) = 252+219+128=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB80 is #03247F. Grayscale: #DADADA. Windows color (decimal): -205952 or 8444924. OLE color: 8444924.

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

Color convert

RGB 252 219 128 -
CMYK 0 0.13 0.49 0.01
HSL 44.03º 0.95% 0.75% -
HSV(B) 44.03º 0.49% 0.99% -
XYZ 69.37 72.92 30.84 -
YUV 218.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 252 219 128 0 0.13 0.49 0.01 44.03 0.95 0.75
Hex FC DB 80 0 D 31 1 2C 5F 4B
Octal 374 333 200 0 15 61 1 54 137 113
Binary 11111100 11011011 10000000 0 1101 110001 1 101100 1011111 1001011

Color Harmonies of #FCDB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB80

Black with #FCDB80

Text Example


Text Example

White with #FCDB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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