Html Css Color HEX #FDD512 Gold

📋 copy color: '#FDD512'

red 253 ◦ green 213 ◦ blue 18

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

Shades of Gold #FDD512

Tints of Gold #FDD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 18 (7.42% from 255) = 3.72%

R = 52.27%
G = 44.01%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD512 (or 0xFDD512) is known color: Gold. HEX triplet: FD, D5 and 12. RGB value is (253,213,18). Sum of RGB (Red+Green+Blue) = 253+213+18=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD512 is #022AED. Grayscale: #CBCBCB. Windows color (decimal): -142062 or 1234429. OLE color: 1234429.

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

Color convert

RGB 253 213 18 -
CMYK 0 0.16 0.93 0.01
HSL 49.79º 0.98% 0.53% -
HSV(B) 49.79º 0.93% 0.99% -
XYZ 64.41 68.51 10.4 -
YUV 202.73 23.75 163.86 -
System Red Green Blue C M Y K H S L
Decimal 253 213 18 0 0.16 0.93 0.01 49.79 0.98 0.53
Hex FD D5 12 0 10 5D 1 32 62 35
Octal 375 325 22 0 20 135 1 62 142 65
Binary 11111101 11010101 10010 0 10000 1011101 1 110010 1100010 110101

Color Harmonies of #FDD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD512

Black with #FDD512

Text Example


Text Example

White with #FDD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD512; }

 p { color: rgb(253,213,18); }

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

background-color css

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

 a { background-color: rgb(253,213,18); }

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

border-color css

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

 span { border-color: rgb(253,213,18); }

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