Html Css Color HEX #F1E381 Light Goldenrod

📋 copy color: '#F1E381'

red 241 ◦ green 227 ◦ blue 129

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

Shades of Light Goldenrod #F1E381

Tints of Light Goldenrod #F1E381

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.02%

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

R = 40.37%
G = 38.02%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1E381 (or 0xF1E381) is known color: Light Goldenrod. HEX triplet: F1, E3 and 81. RGB value is (241,227,129). Sum of RGB (Red+Green+Blue) = 241+227+129=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E381 is #0E1C7E. Grayscale: #DCDCDC. Windows color (decimal): -924799 or 8512497. OLE color: 8512497.

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

Color convert

RGB 241 227 129 -
CMYK 0 0.06 0.46 0.05
HSL 52.5º 0.8% 0.73% -
HSV(B) 52.5º 0.46% 0.95% -
XYZ 67.71 75.22 31.72 -
YUV 220.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 241 227 129 0 0.06 0.46 0.05 52.5 0.8 0.73
Hex F1 E3 81 0 6 2E 5 34 50 49
Octal 361 343 201 0 6 56 5 64 120 111
Binary 11110001 11100011 10000001 0 110 101110 101 110100 1010000 1001001

Color Harmonies of #F1E381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E381

Black with #F1E381

Text Example


Text Example

White with #F1E381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E381; }

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

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

background-color css

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

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

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

border-color css

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

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

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