Html Css Color HEX #FDD307 Gold

📋 copy color: '#FDD307'

red 253 ◦ green 211 ◦ blue 7

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

Shades of Gold #FDD307

Tints of Gold #FDD307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 53.72%
G = 44.8%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDD307 (or 0xFDD307) is known color: Gold. HEX triplet: FD, D3 and 07. RGB value is (253,211,7). Sum of RGB (Red+Green+Blue) = 253+211+7=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD307 is #022CF8. Grayscale: #C9C9C9. Windows color (decimal): -142585 or 513021. OLE color: 513021.

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

Color convert

RGB 253 211 7 -
CMYK 0 0.17 0.97 0.01
HSL 49.76º 0.98% 0.51% -
HSV(B) 49.76º 0.97% 0.99% -
XYZ 63.84 67.49 9.86 -
YUV 200.3 18.91 165.59 -
System Red Green Blue C M Y K H S L
Decimal 253 211 7 0 0.17 0.97 0.01 49.76 0.98 0.51
Hex FD D3 7 0 11 61 1 32 62 33
Octal 375 323 7 0 21 141 1 62 142 63
Binary 11111101 11010011 111 0 10001 1100001 1 110010 1100010 110011

Color Harmonies of #FDD307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD307

Black with #FDD307

Text Example


Text Example

White with #FDD307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD307; }

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

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

background-color css

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

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

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

border-color css

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

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

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