Html Css Color HEX #FDD20F Gold

📋 copy color: '#FDD20F'

red 253 ◦ green 210 ◦ blue 15

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

Shades of Gold #FDD20F

Tints of Gold #FDD20F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 52.93%
G = 43.93%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDD20F (or 0xFDD20F) is known color: Gold. HEX triplet: FD, D2 and 0F. RGB value is (253,210,15). Sum of RGB (Red+Green+Blue) = 253+210+15=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD20F is #022DF0. Grayscale: #C9C9C9. Windows color (decimal): -142833 or 1037053. OLE color: 1037053.

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

Color convert

RGB 253 210 15 -
CMYK 0 0.17 0.94 0.01
HSL 49.16º 0.98% 0.53% -
HSV(B) 49.16º 0.94% 0.99% -
XYZ 63.64 67.01 10.03 -
YUV 200.63 23.25 165.36 -
System Red Green Blue C M Y K H S L
Decimal 253 210 15 0 0.17 0.94 0.01 49.16 0.98 0.53
Hex FD D2 F 0 11 5E 1 31 62 35
Octal 375 322 17 0 21 136 1 61 142 65
Binary 11111101 11010010 1111 0 10001 1011110 1 110001 1100010 110101

Color Harmonies of #FDD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD20F

Black with #FDD20F

Text Example


Text Example

White with #FDD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD20F; }

 p { color: rgb(253,210,15); }

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

background-color css

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

 a { background-color: rgb(253,210,15); }

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

border-color css

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

 span { border-color: rgb(253,210,15); }

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