Html Css Color HEX #F1D40F Gold

📋 copy color: '#F1D40F'

red 241 ◦ green 212 ◦ blue 15

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

Shades of Gold #F1D40F

Tints of Gold #F1D40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 51.5%
G = 45.3%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1D40F (or 0xF1D40F) is known color: Gold. HEX triplet: F1, D4 and 0F. RGB value is (241,212,15). Sum of RGB (Red+Green+Blue) = 241+212+15=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D40F is #0E2BF0. Grayscale: #C7C7C7. Windows color (decimal): -928753 or 1037553. OLE color: 1037553.

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

Color convert

RGB 241 212 15 -
CMYK 0 0.12 0.94 0.05
HSL 52.3º 0.89% 0.5% -
HSV(B) 52.3º 0.94% 0.95% -
XYZ 59.91 65.82 10 -
YUV 198.21 24.61 158.52 -
System Red Green Blue C M Y K H S L
Decimal 241 212 15 0 0.12 0.94 0.05 52.3 0.89 0.5
Hex F1 D4 F 0 C 5E 5 34 59 32
Octal 361 324 17 0 14 136 5 64 131 62
Binary 11110001 11010100 1111 0 1100 1011110 101 110100 1011001 110010

Color Harmonies of #F1D40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D40F

Black with #F1D40F

Text Example


Text Example

White with #F1D40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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