Html Css Color HEX #FFD501 Gold

📋 copy color: '#FFD501'

red 255 ◦ green 213 ◦ blue 1

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

Shades of Gold #FFD501

Tints of Gold #FFD501

RGB

 RED value IS 255 (100% from 255) = 54.37%

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 54.37%
G = 45.42%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFD501 (or 0xFFD501) is known color: Gold. HEX triplet: FF, D5 and 01. RGB value is (255,213,1). Sum of RGB (Red+Green+Blue) = 255+213+1=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 1 (0.78% from 255 or 0.21% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD501 is #002AFE. Grayscale: #CACACA. Windows color (decimal): -11007 or 120319. OLE color: 120319.

HSL color Cylindrical-coordinate representation of color #FFD501: hue angle of 50.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD501 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 1 -
CMYK 0 0.16 1.00 0
HSL 50.08º 1% 0.5% -
HSV(B) 50.08º 1% 1% -
XYZ 65.04 68.85 9.89 -
YUV 201.39 14.91 166.24 -
System Red Green Blue C M Y K H S L
Decimal 255 213 1 0 0.16 1.00 0 50.08 1 0.5
Hex FF D5 1 0 10 64 0 32 64 32
Octal 377 325 1 0 20 144 0 62 144 62
Binary 11111111 11010101 1 0 10000 1100100 0 110010 1100100 110010

Color Harmonies of #FFD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD501

Black with #FFD501

Text Example


Text Example

White with #FFD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD501; }

 p { color: rgb(255,213,1); }

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

background-color css

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

 a { background-color: rgb(255,213,1); }

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

border-color css

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

 span { border-color: rgb(255,213,1); }

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