Html Css Color HEX #F1E27D Light Goldenrod

📋 copy color: '#F1E27D'

red 241 ◦ green 226 ◦ blue 125

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

Shades of Light Goldenrod #F1E27D

Tints of Light Goldenrod #F1E27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.11%

R = 40.71%
G = 38.18%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1E27D (or 0xF1E27D) is known color: Light Goldenrod. HEX triplet: F1, E2 and 7D. RGB value is (241,226,125). Sum of RGB (Red+Green+Blue) = 241+226+125=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E27D is #0E1D82. Grayscale: #DBDBDB. Windows color (decimal): -925059 or 8250097. OLE color: 8250097.

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

Color convert

RGB 241 226 125 -
CMYK 0 0.06 0.48 0.05
HSL 52.24º 0.81% 0.72% -
HSV(B) 52.24º 0.48% 0.95% -
XYZ 67.17 74.57 30.26 -
YUV 218.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 241 226 125 0 0.06 0.48 0.05 52.24 0.81 0.72
Hex F1 E2 7D 0 6 30 5 34 51 48
Octal 361 342 175 0 6 60 5 64 121 110
Binary 11110001 11100010 1111101 0 110 110000 101 110100 1010001 1001000

Color Harmonies of #F1E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E27D

Black with #F1E27D

Text Example


Text Example

White with #F1E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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