Html Css Color HEX #FDD40E Gold

📋 copy color: '#FDD40E'

red 253 ◦ green 212 ◦ blue 14

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

Shades of Gold #FDD40E

Tints of Gold #FDD40E

RGB

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

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

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

R = 52.82%
G = 44.26%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD40E (or 0xFDD40E) is known color: Gold. HEX triplet: FD, D4 and 0E. RGB value is (253,212,14). Sum of RGB (Red+Green+Blue) = 253+212+14=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD40E is #022BF1. Grayscale: #CACACA. Windows color (decimal): -142322 or 972029. OLE color: 972029.

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

Color convert

RGB 253 212 14 -
CMYK 0 0.16 0.94 0.01
HSL 49.71º 0.98% 0.52% -
HSV(B) 49.71º 0.94% 0.99% -
XYZ 64.13 68 10.16 -
YUV 201.69 22.08 164.6 -
System Red Green Blue C M Y K H S L
Decimal 253 212 14 0 0.16 0.94 0.01 49.71 0.98 0.52
Hex FD D4 E 0 10 5E 1 32 62 34
Octal 375 324 16 0 20 136 1 62 142 64
Binary 11111101 11010100 1110 0 10000 1011110 1 110010 1100010 110100

Color Harmonies of #FDD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD40E

Black with #FDD40E

Text Example


Text Example

White with #FDD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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