Html Css Color HEX #FFD412 Gold

📋 copy color: '#FFD412'

red 255 ◦ green 212 ◦ blue 18

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

Shades of Gold #FFD412

Tints of Gold #FFD412

RGB

 RED value IS 255 (100% from 255) = 52.58%

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 52.58%
G = 43.71%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD412 (or 0xFFD412) is known color: Gold. HEX triplet: FF, D4 and 12. RGB value is (255,212,18). Sum of RGB (Red+Green+Blue) = 255+212+18=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD412 is #002BED. Grayscale: #CBCBCB. Windows color (decimal): -11246 or 1234175. OLE color: 1234175.

HSL color Cylindrical-coordinate representation of color #FFD412: hue angle of 49.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFD412 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 18 -
CMYK 0 0.17 0.93 0
HSL 49.11º 1% 0.54% -
HSV(B) 49.11º 0.93% 1% -
XYZ 64.89 68.39 10.35 -
YUV 202.74 23.75 165.27 -
System Red Green Blue C M Y K H S L
Decimal 255 212 18 0 0.17 0.93 0 49.11 1 0.54
Hex FF D4 12 0 11 5D 0 31 64 36
Octal 377 324 22 0 21 135 0 61 144 66
Binary 11111111 11010100 10010 0 10001 1011101 0 110001 1100100 110110

Color Harmonies of #FFD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD412

Black with #FFD412

Text Example


Text Example

White with #FFD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD412; }

 p { color: rgb(255,212,18); }

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

background-color css

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

 a { background-color: rgb(255,212,18); }

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

border-color css

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

 span { border-color: rgb(255,212,18); }

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