Html Css Color HEX #FFD401 Gold

📋 copy color: '#FFD401'

red 255 ◦ green 212 ◦ blue 1

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

Shades of Gold #FFD401

Tints of Gold #FFD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

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

R = 54.49%
G = 45.3%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFD401 (or 0xFFD401) is known color: Gold. HEX triplet: FF, D4 and 01. RGB value is (255,212,1). Sum of RGB (Red+Green+Blue) = 255+212+1=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD401 is #002BFE. Grayscale: #C9C9C9. Windows color (decimal): -11263 or 120063. OLE color: 120063.

HSL color Cylindrical-coordinate representation of color #FFD401: hue angle of 49.84º 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 #FFD401 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 1 -
CMYK 0 0.17 1.00 0
HSL 49.84º 1% 0.5% -
HSV(B) 49.84º 1% 1% -
XYZ 64.79 68.35 9.81 -
YUV 200.8 15.25 166.66 -
System Red Green Blue C M Y K H S L
Decimal 255 212 1 0 0.17 1.00 0 49.84 1 0.5
Hex FF D4 1 0 11 64 0 32 64 32
Octal 377 324 1 0 21 144 0 62 144 62
Binary 11111111 11010100 1 0 10001 1100100 0 110010 1100100 110010

Color Harmonies of #FFD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD401

Black with #FFD401

Text Example


Text Example

White with #FFD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD401; }

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

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

background-color css

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

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

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

border-color css

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

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

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