Html Css Color HEX #FDD513 Gold

📋 copy color: '#FDD513'

red 253 ◦ green 213 ◦ blue 19

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

Shades of Gold #FDD513

Tints of Gold #FDD513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.92%

R = 52.16%
G = 43.92%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDD513 (or 0xFDD513) is known color: Gold. HEX triplet: FD, D5 and 13. RGB value is (253,213,19). Sum of RGB (Red+Green+Blue) = 253+213+19=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD513 is #022AEC. Grayscale: #CBCBCB. Windows color (decimal): -142061 or 1299965. OLE color: 1299965.

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

Color convert

RGB 253 213 19 -
CMYK 0 0.16 0.92 0.01
HSL 49.74º 0.98% 0.53% -
HSV(B) 49.74º 0.92% 0.99% -
XYZ 64.42 68.52 10.45 -
YUV 202.84 24.25 163.77 -
System Red Green Blue C M Y K H S L
Decimal 253 213 19 0 0.16 0.92 0.01 49.74 0.98 0.53
Hex FD D5 13 0 10 5C 1 32 62 35
Octal 375 325 23 0 20 134 1 62 142 65
Binary 11111101 11010101 10011 0 10000 1011100 1 110010 1100010 110101

Color Harmonies of #FDD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD513

Black with #FDD513

Text Example


Text Example

White with #FDD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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