Html Css Color HEX #F1D47E Golden Glow

📋 copy color: '#F1D47E'

red 241 ◦ green 212 ◦ blue 126

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

Shades of Golden Glow #F1D47E

Tints of Golden Glow #F1D47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.76%

R = 41.62%
G = 36.61%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1D47E (or 0xF1D47E) is known color: Golden Glow. HEX triplet: F1, D4 and 7E. RGB value is (241,212,126). Sum of RGB (Red+Green+Blue) = 241+212+126=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D47E is #0E2B81. Grayscale: #D3D3D3. Windows color (decimal): -928642 or 8312049. OLE color: 8312049.

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

Color convert

RGB 241 212 126 -
CMYK 0 0.12 0.48 0.05
HSL 44.87º 0.8% 0.72% -
HSV(B) 44.87º 0.48% 0.95% -
XYZ 63.59 67.29 29.38 -
YUV 210.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 241 212 126 0 0.12 0.48 0.05 44.87 0.8 0.72
Hex F1 D4 7E 0 C 30 5 2D 50 48
Octal 361 324 176 0 14 60 5 55 120 110
Binary 11110001 11010100 1111110 0 1100 110000 101 101101 1010000 1001000

Color Harmonies of #F1D47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D47E

Black with #F1D47E

Text Example


Text Example

White with #F1D47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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