Html Css Color HEX #FDD202 Gold

📋 copy color: '#FDD202'

red 253 ◦ green 210 ◦ blue 2

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

Shades of Gold #FDD202

Tints of Gold #FDD202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.41%
G = 45.16%
B = 0.43%

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

#FDD202 (or 0xFDD202) is known color: Gold. HEX triplet: FD, D2 and 02. RGB value is (253,210,2). Sum of RGB (Red+Green+Blue) = 253+210+2=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD202 is #022DFD. Grayscale: #C8C8C8. Windows color (decimal): -142846 or 185085. OLE color: 185085.

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

Color convert

RGB 253 210 2 -
CMYK 0 0.17 0.99 0.01
HSL 49.72º 0.98% 0.5% -
HSV(B) 49.72º 0.99% 0.99% -
XYZ 63.57 66.98 9.64 -
YUV 199.15 16.75 166.41 -
System Red Green Blue C M Y K H S L
Decimal 253 210 2 0 0.17 0.99 0.01 49.72 0.98 0.5
Hex FD D2 2 0 11 63 1 32 62 32
Octal 375 322 2 0 21 143 1 62 142 62
Binary 11111101 11010010 10 0 10001 1100011 1 110010 1100010 110010

Color Harmonies of #FDD202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD202

Black with #FDD202

Text Example


Text Example

White with #FDD202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD202; }

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

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

background-color css

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

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

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

border-color css

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

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

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