Html Css Color HEX #FDD311 Gold

📋 copy color: '#FDD311'

red 253 ◦ green 211 ◦ blue 17

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

Shades of Gold #FDD311

Tints of Gold #FDD311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 52.6%
G = 43.87%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD311 (or 0xFDD311) is known color: Gold. HEX triplet: FD, D3 and 11. RGB value is (253,211,17). Sum of RGB (Red+Green+Blue) = 253+211+17=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD311 is #022CEE. Grayscale: #CACACA. Windows color (decimal): -142575 or 1168381. OLE color: 1168381.

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

Color convert

RGB 253 211 17 -
CMYK 0 0.17 0.93 0.01
HSL 49.32º 0.98% 0.53% -
HSV(B) 49.32º 0.93% 0.99% -
XYZ 63.9 67.51 10.19 -
YUV 201.44 23.91 164.77 -
System Red Green Blue C M Y K H S L
Decimal 253 211 17 0 0.17 0.93 0.01 49.32 0.98 0.53
Hex FD D3 11 0 11 5D 1 31 62 35
Octal 375 323 21 0 21 135 1 61 142 65
Binary 11111101 11010011 10001 0 10001 1011101 1 110001 1100010 110101

Color Harmonies of #FDD311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD311

Black with #FDD311

Text Example


Text Example

White with #FDD311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD311; }

 p { color: rgb(253,211,17); }

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

background-color css

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

 a { background-color: rgb(253,211,17); }

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

border-color css

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

 span { border-color: rgb(253,211,17); }

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