Html Css Color HEX #F1D482 Golden Glow

📋 copy color: '#F1D482'

red 241 ◦ green 212 ◦ blue 130

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

Shades of Golden Glow #F1D482

Tints of Golden Glow #F1D482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.3%

R = 41.34%
G = 36.36%
B = 22.3%

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

#F1D482 (or 0xF1D482) is known color: Golden Glow. HEX triplet: F1, D4 and 82. RGB value is (241,212,130). Sum of RGB (Red+Green+Blue) = 241+212+130=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D482 is #0E2B7D. Grayscale: #D3D3D3. Windows color (decimal): -928638 or 8574193. OLE color: 8574193.

HSL color Cylindrical-coordinate representation of color #F1D482: hue angle of 44.32º 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 #F1D482 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 212 130 -
CMYK 0 0.12 0.46 0.05
HSL 44.32º 0.8% 0.73% -
HSV(B) 44.32º 0.46% 0.95% -
XYZ 63.85 67.4 30.76 -
YUV 211.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 241 212 130 0 0.12 0.46 0.05 44.32 0.8 0.73
Hex F1 D4 82 0 C 2E 5 2C 50 49
Octal 361 324 202 0 14 56 5 54 120 111
Binary 11110001 11010100 10000010 0 1100 101110 101 101100 1010000 1001001

Color Harmonies of #F1D482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D482

Black with #F1D482

Text Example


Text Example

White with #F1D482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D482; }

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

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

background-color css

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

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

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

border-color css

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

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

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