Html Css Color HEX #FDD503 Gold

📋 copy color: '#FDD503'

red 253 ◦ green 213 ◦ blue 3

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

Shades of Gold #FDD503

Tints of Gold #FDD503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.94%
G = 45.42%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDD503 (or 0xFDD503) is known color: Gold. HEX triplet: FD, D5 and 03. RGB value is (253,213,3). Sum of RGB (Red+Green+Blue) = 253+213+3=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 3 (1.56% from 255 or 0.64% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD503 is #022AFC. Grayscale: #C9C9C9. Windows color (decimal): -142077 or 251389. OLE color: 251389.

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

Color convert

RGB 253 213 3 -
CMYK 0 0.16 0.99 0.01
HSL 50.4º 0.98% 0.5% -
HSV(B) 50.4º 0.99% 0.99% -
XYZ 64.32 68.48 9.91 -
YUV 201.02 16.25 165.08 -
System Red Green Blue C M Y K H S L
Decimal 253 213 3 0 0.16 0.99 0.01 50.4 0.98 0.5
Hex FD D5 3 0 10 63 1 32 62 32
Octal 375 325 3 0 20 143 1 62 142 62
Binary 11111101 11010101 11 0 10000 1100011 1 110010 1100010 110010

Color Harmonies of #FDD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD503

Black with #FDD503

Text Example


Text Example

White with #FDD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD503; }

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

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

background-color css

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

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

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

border-color css

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

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

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