Html Css Color HEX #FDD403 Gold

📋 copy color: '#FDD403'

red 253 ◦ green 212 ◦ blue 3

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

Shades of Gold #FDD403

Tints of Gold #FDD403

RGB

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

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

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

R = 54.06%
G = 45.3%
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

#FDD403 (or 0xFDD403) is known color: Gold. HEX triplet: FD, D4 and 03. RGB value is (253,212,3). Sum of RGB (Red+Green+Blue) = 253+212+3=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 3 (1.56% from 255 or 0.64% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD403 is #022BFC. Grayscale: #C9C9C9. Windows color (decimal): -142333 or 251133. OLE color: 251133.

HSL color Cylindrical-coordinate representation of color #FDD403: hue angle of 50.16º 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 #FDD403 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 3 -
CMYK 0 0.16 0.99 0.01
HSL 50.16º 0.98% 0.5% -
HSV(B) 50.16º 0.99% 0.99% -
XYZ 64.07 67.98 9.83 -
YUV 200.43 16.58 165.49 -
System Red Green Blue C M Y K H S L
Decimal 253 212 3 0 0.16 0.99 0.01 50.16 0.98 0.5
Hex FD D4 3 0 10 63 1 32 62 32
Octal 375 324 3 0 20 143 1 62 142 62
Binary 11111101 11010100 11 0 10000 1100011 1 110010 1100010 110010

Color Harmonies of #FDD403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD403

Black with #FDD403

Text Example


Text Example

White with #FDD403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD403; }

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

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

background-color css

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

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

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

border-color css

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

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

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