Html Css Color HEX #FDD305 Gold

📋 copy color: '#FDD305'

red 253 ◦ green 211 ◦ blue 5

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

Shades of Gold #FDD305

Tints of Gold #FDD305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 53.94%
G = 44.99%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDD305 (or 0xFDD305) is known color: Gold. HEX triplet: FD, D3 and 05. RGB value is (253,211,5). Sum of RGB (Red+Green+Blue) = 253+211+5=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 5 (2.34% from 255 or 1.07% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD305 is #022CFA. Grayscale: #C8C8C8. Windows color (decimal): -142587 or 381949. OLE color: 381949.

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

Color convert

RGB 253 211 5 -
CMYK 0 0.17 0.98 0.01
HSL 49.84º 0.98% 0.51% -
HSV(B) 49.84º 0.98% 0.99% -
XYZ 63.83 67.48 9.8 -
YUV 200.07 17.91 165.75 -
System Red Green Blue C M Y K H S L
Decimal 253 211 5 0 0.17 0.98 0.01 49.84 0.98 0.51
Hex FD D3 5 0 11 62 1 32 62 33
Octal 375 323 5 0 21 142 1 62 142 63
Binary 11111101 11010011 101 0 10001 1100010 1 110010 1100010 110011

Color Harmonies of #FDD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD305

Black with #FDD305

Text Example


Text Example

White with #FDD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD305; }

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

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

background-color css

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

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

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

border-color css

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

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

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