Html Css Color HEX #FDD303 Gold

📋 copy color: '#FDD303'

red 253 ◦ green 211 ◦ blue 3

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

Shades of Gold #FDD303

Tints of Gold #FDD303

RGB

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

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

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

R = 54.18%
G = 45.18%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDD303 (or 0xFDD303) is known color: Gold. HEX triplet: FD, D3 and 03. RGB value is (253,211,3). Sum of RGB (Red+Green+Blue) = 253+211+3=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 3 (1.56% from 255 or 0.64% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD303 is #022CFC. Grayscale: #C8C8C8. Windows color (decimal): -142589 or 250877. OLE color: 250877.

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

Color convert

RGB 253 211 3 -
CMYK 0 0.17 0.99 0.01
HSL 49.92º 0.98% 0.5% -
HSV(B) 49.92º 0.99% 0.99% -
XYZ 63.82 67.48 9.75 -
YUV 199.85 16.91 165.91 -
System Red Green Blue C M Y K H S L
Decimal 253 211 3 0 0.17 0.99 0.01 49.92 0.98 0.5
Hex FD D3 3 0 11 63 1 32 62 32
Octal 375 323 3 0 21 143 1 62 142 62
Binary 11111101 11010011 11 0 10001 1100011 1 110010 1100010 110010

Color Harmonies of #FDD303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD303

Black with #FDD303

Text Example


Text Example

White with #FDD303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD303; }

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

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

background-color css

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

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

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

border-color css

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

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

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