Html Css Color HEX #F1E286 Light Goldenrod

📋 copy color: '#F1E286'

red 241 ◦ green 226 ◦ blue 134

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

Shades of Light Goldenrod #F1E286

Tints of Light Goldenrod #F1E286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.3%

R = 40.1%
G = 37.6%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F1E286 (or 0xF1E286) is known color: Light Goldenrod. HEX triplet: F1, E2 and 86. RGB value is (241,226,134). Sum of RGB (Red+Green+Blue) = 241+226+134=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E286 is #0E1D79. Grayscale: #DCDCDC. Windows color (decimal): -925050 or 8839921. OLE color: 8839921.

HSL color Cylindrical-coordinate representation of color #F1E286: hue angle of 51.59º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1E286 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 134 -
CMYK 0 0.06 0.44 0.05
HSL 51.59º 0.79% 0.74% -
HSV(B) 51.59º 0.44% 0.95% -
XYZ 67.78 74.81 33.42 -
YUV 220 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 241 226 134 0 0.06 0.44 0.05 51.59 0.79 0.74
Hex F1 E2 86 0 6 2C 5 34 4F 4A
Octal 361 342 206 0 6 54 5 64 117 112
Binary 11110001 11100010 10000110 0 110 101100 101 110100 1001111 1001010

Color Harmonies of #F1E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E286

Black with #F1E286

Text Example


Text Example

White with #F1E286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E286; }

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

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

background-color css

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

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

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

border-color css

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

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

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