Html Css Color HEX #FFD400 Gold

📋 copy color: '#FFD400'

red 255 ◦ green 212 ◦ blue 0

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

Shades of Gold #FFD400

Tints of Gold #FFD400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.6%
G = 45.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFD400 (or 0xFFD400) is known color: Gold. HEX triplet: FF, D4 and 00. RGB value is (255,212,0). Sum of RGB (Red+Green+Blue) = 255+212+0=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD400 is #002BFF. Grayscale: #C9C9C9. Windows color (decimal): -11264 or 54527. OLE color: 54527.

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

Color convert

RGB 255 212 0 -
CMYK 0 0.17 1 0
HSL 49.88º 1% 0.5% -
HSV(B) 49.88º 1% 1% -
XYZ 64.78 68.35 9.78 -
YUV 200.69 14.75 166.74 -
System Red Green Blue C M Y K H S L
Decimal 255 212 0 0 0.17 1 0 49.88 1 0.5
Hex FF D4 0 0 11 64 0 32 64 32
Octal 377 324 0 0 21 144 0 62 144 62
Binary 11111111 11010100 0 0 10001 1100100 0 110010 1100100 110010

Color Harmonies of #FFD400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD400

Black with #FFD400

Text Example


Text Example

White with #FFD400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD400; }

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

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

background-color css

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

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

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

border-color css

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

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

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