Html Css Color HEX #FDD612 Gold

📋 copy color: '#FDD612'

red 253 ◦ green 214 ◦ blue 18

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

Shades of Gold #FDD612

Tints of Gold #FDD612

RGB

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

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

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

R = 52.16%
G = 44.12%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD612 (or 0xFDD612) is known color: Gold. HEX triplet: FD, D6 and 12. RGB value is (253,214,18). Sum of RGB (Red+Green+Blue) = 253+214+18=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD612 is #0229ED. Grayscale: #CCCCCC. Windows color (decimal): -141806 or 1234685. OLE color: 1234685.

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

Color convert

RGB 253 214 18 -
CMYK 0 0.15 0.93 0.01
HSL 50.04º 0.98% 0.53% -
HSV(B) 50.04º 0.93% 0.99% -
XYZ 64.66 69.02 10.49 -
YUV 203.32 23.42 163.44 -
System Red Green Blue C M Y K H S L
Decimal 253 214 18 0 0.15 0.93 0.01 50.04 0.98 0.53
Hex FD D6 12 0 F 5D 1 32 62 35
Octal 375 326 22 0 17 135 1 62 142 65
Binary 11111101 11010110 10010 0 1111 1011101 1 110010 1100010 110101

Color Harmonies of #FDD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD612

Black with #FDD612

Text Example


Text Example

White with #FDD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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