Html Css Color HEX #FDD712 Gold

📋 copy color: '#FDD712'

red 253 ◦ green 215 ◦ blue 18

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

Shades of Gold #FDD712

Tints of Gold #FDD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.24%

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

R = 52.06%
G = 44.24%
B = 3.7%

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

#FDD712 (or 0xFDD712) is known color: Gold. HEX triplet: FD, D7 and 12. RGB value is (253,215,18). Sum of RGB (Red+Green+Blue) = 253+215+18=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 18 (7.42% from 255 or 3.70% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD712 is #0228ED. Grayscale: #CCCCCC. Windows color (decimal): -141550 or 1234941. OLE color: 1234941.

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

Color convert

RGB 253 215 18 -
CMYK 0 0.15 0.93 0.01
HSL 50.3º 0.98% 0.53% -
HSV(B) 50.3º 0.93% 0.99% -
XYZ 64.92 69.53 10.57 -
YUV 203.9 23.09 163.02 -
System Red Green Blue C M Y K H S L
Decimal 253 215 18 0 0.15 0.93 0.01 50.3 0.98 0.53
Hex FD D7 12 0 F 5D 1 32 62 35
Octal 375 327 22 0 17 135 1 62 142 65
Binary 11111101 11010111 10010 0 1111 1011101 1 110010 1100010 110101

Color Harmonies of #FDD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD712

Black with #FDD712

Text Example


Text Example

White with #FDD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD712; }

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

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

background-color css

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

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

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

border-color css

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

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

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