Html Css Color HEX #F1E180 Light Goldenrod

📋 copy color: '#F1E180'

red 241 ◦ green 225 ◦ blue 128

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

Shades of Light Goldenrod #F1E180

Tints of Light Goldenrod #F1E180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.88%

 BLUE value IS 128 (50.39% from 255) = 21.55%

R = 40.57%
G = 37.88%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1E180 (or 0xF1E180) is known color: Light Goldenrod. HEX triplet: F1, E1 and 80. RGB value is (241,225,128). Sum of RGB (Red+Green+Blue) = 241+225+128=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E180 is #0E1E7F. Grayscale: #DBDBDB. Windows color (decimal): -925312 or 8446449. OLE color: 8446449.

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

Color convert

RGB 241 225 128 -
CMYK 0 0.07 0.47 0.05
HSL 51.5º 0.8% 0.72% -
HSV(B) 51.5º 0.47% 0.95% -
XYZ 67.1 74.11 31.19 -
YUV 218.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 241 225 128 0 0.07 0.47 0.05 51.5 0.8 0.72
Hex F1 E1 80 0 7 2F 5 34 50 48
Octal 361 341 200 0 7 57 5 64 120 110
Binary 11110001 11100001 10000000 0 111 101111 101 110100 1010000 1001000

Color Harmonies of #F1E180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E180

Black with #F1E180

Text Example


Text Example

White with #F1E180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E180; }

 p { color: rgb(241,225,128); }

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

background-color css

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

 a { background-color: rgb(241,225,128); }

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

border-color css

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

 span { border-color: rgb(241,225,128); }

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