Html Css Color HEX #FDD501 Gold

📋 copy color: '#FDD501'

red 253 ◦ green 213 ◦ blue 1

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

Shades of Gold #FDD501

Tints of Gold #FDD501

RGB

 RED value IS 253 (99.22% from 255) = 54.18%

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

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

R = 54.18%
G = 45.61%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDD501 (or 0xFDD501) is known color: Gold. HEX triplet: FD, D5 and 01. RGB value is (253,213,1). Sum of RGB (Red+Green+Blue) = 253+213+1=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD501 is #022AFE. Grayscale: #C9C9C9. Windows color (decimal): -142079 or 120317. OLE color: 120317.

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

Color convert

RGB 253 213 1 -
CMYK 0 0.16 1.00 0.01
HSL 50.48º 0.99% 0.5% -
HSV(B) 50.48º 1% 0.99% -
XYZ 64.31 68.47 9.86 -
YUV 200.79 15.25 165.24 -
System Red Green Blue C M Y K H S L
Decimal 253 213 1 0 0.16 1.00 0.01 50.48 0.99 0.5
Hex FD D5 1 0 10 64 1 32 63 32
Octal 375 325 1 0 20 144 1 62 143 62
Binary 11111101 11010101 1 0 10000 1100100 1 110010 1100011 110010

Color Harmonies of #FDD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD501

Black with #FDD501

Text Example


Text Example

White with #FDD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD501; }

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

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

background-color css

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

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

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

border-color css

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

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

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