Html Css Color HEX #F1E281 Light Goldenrod

📋 copy color: '#F1E281'

red 241 ◦ green 226 ◦ blue 129

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

Shades of Light Goldenrod #F1E281

Tints of Light Goldenrod #F1E281

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.92%

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

R = 40.44%
G = 37.92%
B = 21.64%

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

#F1E281 (or 0xF1E281) is known color: Light Goldenrod. HEX triplet: F1, E2 and 81. RGB value is (241,226,129). Sum of RGB (Red+Green+Blue) = 241+226+129=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E281 is #0E1D7E. Grayscale: #DBDBDB. Windows color (decimal): -925055 or 8512241. OLE color: 8512241.

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

Color convert

RGB 241 226 129 -
CMYK 0 0.06 0.46 0.05
HSL 51.96º 0.8% 0.73% -
HSV(B) 51.96º 0.46% 0.95% -
XYZ 67.43 74.68 31.63 -
YUV 219.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 241 226 129 0 0.06 0.46 0.05 51.96 0.8 0.73
Hex F1 E2 81 0 6 2E 5 34 50 49
Octal 361 342 201 0 6 56 5 64 120 111
Binary 11110001 11100010 10000001 0 110 101110 101 110100 1010000 1001001

Color Harmonies of #F1E281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E281

Black with #F1E281

Text Example


Text Example

White with #F1E281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E281; }

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

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

background-color css

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

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

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

border-color css

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

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

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