Html Css Color HEX #FFD40E Gold

📋 copy color: '#FFD40E'

red 255 ◦ green 212 ◦ blue 14

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

Shades of Gold #FFD40E

Tints of Gold #FFD40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.91%

R = 53.01%
G = 44.07%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFD40E (or 0xFFD40E) is known color: Gold. HEX triplet: FF, D4 and 0E. RGB value is (255,212,14). Sum of RGB (Red+Green+Blue) = 255+212+14=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 14 (5.86% from 255 or 2.91% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD40E is #002BF1. Grayscale: #CBCBCB. Windows color (decimal): -11250 or 972031. OLE color: 972031.

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

Color convert

RGB 255 212 14 -
CMYK 0 0.17 0.95 0
HSL 49.29º 1% 0.53% -
HSV(B) 49.29º 0.95% 1% -
XYZ 64.86 68.38 10.2 -
YUV 202.29 21.75 165.6 -
System Red Green Blue C M Y K H S L
Decimal 255 212 14 0 0.17 0.95 0 49.29 1 0.53
Hex FF D4 E 0 11 5F 0 31 64 35
Octal 377 324 16 0 21 137 0 61 144 65
Binary 11111111 11010100 1110 0 10001 1011111 0 110001 1100100 110101

Color Harmonies of #FFD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD40E

Black with #FFD40E

Text Example


Text Example

White with #FFD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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