Html Css Color HEX #F1D481 Golden Glow

📋 copy color: '#F1D481'

red 241 ◦ green 212 ◦ blue 129

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

Shades of Golden Glow #F1D481

Tints of Golden Glow #F1D481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.16%

R = 41.41%
G = 36.43%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1D481 (or 0xF1D481) is known color: Golden Glow. HEX triplet: F1, D4 and 81. RGB value is (241,212,129). Sum of RGB (Red+Green+Blue) = 241+212+129=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D481 is #0E2B7E. Grayscale: #D3D3D3. Windows color (decimal): -928639 or 8508657. OLE color: 8508657.

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

Color convert

RGB 241 212 129 -
CMYK 0 0.12 0.46 0.05
HSL 44.46º 0.8% 0.73% -
HSV(B) 44.46º 0.46% 0.95% -
XYZ 63.78 67.37 30.41 -
YUV 211.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 241 212 129 0 0.12 0.46 0.05 44.46 0.8 0.73
Hex F1 D4 81 0 C 2E 5 2C 50 49
Octal 361 324 201 0 14 56 5 54 120 111
Binary 11110001 11010100 10000001 0 1100 101110 101 101100 1010000 1001001

Color Harmonies of #F1D481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D481

Black with #F1D481

Text Example


Text Example

White with #F1D481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D481; }

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

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

background-color css

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

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

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

border-color css

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

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

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