Html Css Color HEX #FDD40C Gold

📋 copy color: '#FDD40C'

red 253 ◦ green 212 ◦ blue 12

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

Shades of Gold #FDD40C

Tints of Gold #FDD40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.52%

R = 53.04%
G = 44.44%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDD40C (or 0xFDD40C) is known color: Gold. HEX triplet: FD, D4 and 0C. RGB value is (253,212,12). Sum of RGB (Red+Green+Blue) = 253+212+12=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD40C is #022BF3. Grayscale: #CACACA. Windows color (decimal): -142324 or 840957. OLE color: 840957.

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

Color convert

RGB 253 212 12 -
CMYK 0 0.16 0.95 0.01
HSL 49.79º 0.98% 0.52% -
HSV(B) 49.79º 0.95% 0.99% -
XYZ 64.12 68 10.09 -
YUV 201.46 21.08 164.76 -
System Red Green Blue C M Y K H S L
Decimal 253 212 12 0 0.16 0.95 0.01 49.79 0.98 0.52
Hex FD D4 C 0 10 5F 1 32 62 34
Octal 375 324 14 0 20 137 1 62 142 64
Binary 11111101 11010100 1100 0 10000 1011111 1 110010 1100010 110100

Color Harmonies of #FDD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD40C

Black with #FDD40C

Text Example


Text Example

White with #FDD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD40C; }

 p { color: rgb(253,212,12); }

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

background-color css

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

 a { background-color: rgb(253,212,12); }

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

border-color css

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

 span { border-color: rgb(253,212,12); }

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