Html Css Color HEX #F1D484 Golden Glow

📋 copy color: '#F1D484'

red 241 ◦ green 212 ◦ blue 132

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

Shades of Golden Glow #F1D484

Tints of Golden Glow #F1D484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.56%

R = 41.2%
G = 36.24%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F1D484 (or 0xF1D484) is known color: Golden Glow. HEX triplet: F1, D4 and 84. RGB value is (241,212,132). Sum of RGB (Red+Green+Blue) = 241+212+132=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D484 is #0E2B7B. Grayscale: #D3D3D3. Windows color (decimal): -928636 or 8705265. OLE color: 8705265.

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

Color convert

RGB 241 212 132 -
CMYK 0 0.12 0.45 0.05
HSL 44.04º 0.8% 0.73% -
HSV(B) 44.04º 0.45% 0.95% -
XYZ 63.98 67.45 31.48 -
YUV 211.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 241 212 132 0 0.12 0.45 0.05 44.04 0.8 0.73
Hex F1 D4 84 0 C 2D 5 2C 50 49
Octal 361 324 204 0 14 55 5 54 120 111
Binary 11110001 11010100 10000100 0 1100 101101 101 101100 1010000 1001001

Color Harmonies of #F1D484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D484

Black with #F1D484

Text Example


Text Example

White with #F1D484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D484; }

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

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

background-color css

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

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

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

border-color css

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

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

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