Html Css Color HEX #F1D279 Golden Glow

📋 copy color: '#F1D279'

red 241 ◦ green 210 ◦ blue 121

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

Shades of Golden Glow #F1D279

Tints of Golden Glow #F1D279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

 BLUE value IS 121 (47.66% from 255) = 21.15%

R = 42.13%
G = 36.71%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F1D279 (or 0xF1D279) is known color: Golden Glow. HEX triplet: F1, D2 and 79. RGB value is (241,210,121). Sum of RGB (Red+Green+Blue) = 241+210+121=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D279 is #0E2D86. Grayscale: #D1D1D1. Windows color (decimal): -929159 or 7983857. OLE color: 7983857.

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

Color convert

RGB 241 210 121 -
CMYK 0 0.13 0.50 0.05
HSL 44.5º 0.81% 0.71% -
HSV(B) 44.5º 0.5% 0.95% -
XYZ 62.77 66.17 27.55 -
YUV 209.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 241 210 121 0 0.13 0.50 0.05 44.5 0.81 0.71
Hex F1 D2 79 0 D 32 5 2C 51 47
Octal 361 322 171 0 15 62 5 54 121 107
Binary 11110001 11010010 1111001 0 1101 110010 101 101100 1010001 1000111

Color Harmonies of #F1D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D279

Black with #F1D279

Text Example


Text Example

White with #F1D279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D279; }

 p { color: rgb(241,210,121); }

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

background-color css

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

 a { background-color: rgb(241,210,121); }

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

border-color css

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

 span { border-color: rgb(241,210,121); }

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