Html Css Color HEX #FDD610 Gold

📋 copy color: '#FDD610'

red 253 ◦ green 214 ◦ blue 16

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

Shades of Gold #FDD610

Tints of Gold #FDD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

 BLUE value IS 16 (6.64% from 255) = 3.31%

R = 52.38%
G = 44.31%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD610 (or 0xFDD610) is known color: Gold. HEX triplet: FD, D6 and 10. RGB value is (253,214,16). Sum of RGB (Red+Green+Blue) = 253+214+16=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD610 is #0229EF. Grayscale: #CBCBCB. Windows color (decimal): -141808 or 1103613. OLE color: 1103613.

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

Color convert

RGB 253 214 16 -
CMYK 0 0.15 0.94 0.01
HSL 50.13º 0.98% 0.53% -
HSV(B) 50.13º 0.94% 0.99% -
XYZ 64.65 69.01 10.4 -
YUV 203.09 22.42 163.6 -
System Red Green Blue C M Y K H S L
Decimal 253 214 16 0 0.15 0.94 0.01 50.13 0.98 0.53
Hex FD D6 10 0 F 5E 1 32 62 35
Octal 375 326 20 0 17 136 1 62 142 65
Binary 11111101 11010110 10000 0 1111 1011110 1 110010 1100010 110101

Color Harmonies of #FDD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD610

Black with #FDD610

Text Example


Text Example

White with #FDD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD610; }

 p { color: rgb(253,214,16); }

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

background-color css

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

 a { background-color: rgb(253,214,16); }

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

border-color css

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

 span { border-color: rgb(253,214,16); }

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