Html Css Color HEX #F1D40D Gold

📋 copy color: '#F1D40D'

red 241 ◦ green 212 ◦ blue 13

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

Shades of Gold #F1D40D

Tints of Gold #F1D40D

RGB

 RED value IS 241 (94.53% from 255) = 51.72%

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

 BLUE value IS 13 (5.47% from 255) = 2.79%

R = 51.72%
G = 45.49%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1D40D (or 0xF1D40D) is known color: Gold. HEX triplet: F1, D4 and 0D. RGB value is (241,212,13). Sum of RGB (Red+Green+Blue) = 241+212+13=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D40D is #0E2BF2. Grayscale: #C6C6C6. Windows color (decimal): -928755 or 906481. OLE color: 906481.

HSL color Cylindrical-coordinate representation of color #F1D40D: hue angle of 52.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1D40D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 13 -
CMYK 0 0.12 0.95 0.05
HSL 52.37º 0.9% 0.5% -
HSV(B) 52.37º 0.95% 0.95% -
XYZ 59.89 65.82 9.93 -
YUV 197.99 23.61 158.68 -
System Red Green Blue C M Y K H S L
Decimal 241 212 13 0 0.12 0.95 0.05 52.37 0.9 0.5
Hex F1 D4 D 0 C 5F 5 34 5A 32
Octal 361 324 15 0 14 137 5 64 132 62
Binary 11110001 11010100 1101 0 1100 1011111 101 110100 1011010 110010

Color Harmonies of #F1D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D40D

Black with #F1D40D

Text Example


Text Example

White with #F1D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D40D; }

 p { color: rgb(241,212,13); }

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

background-color css

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

 a { background-color: rgb(241,212,13); }

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

border-color css

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

 span { border-color: rgb(241,212,13); }

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