Html Css Color HEX #F1E80D Lemon

📋 copy color: '#F1E80D'

red 241 ◦ green 232 ◦ blue 13

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

Shades of Lemon #F1E80D

Tints of Lemon #F1E80D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.74%

 BLUE value IS 13 (5.47% from 255) = 2.67%

R = 49.59%
G = 47.74%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1E80D (or 0xF1E80D) is known color: Lemon. HEX triplet: F1, E8 and 0D. RGB value is (241,232,13). Sum of RGB (Red+Green+Blue) = 241+232+13=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E80D is #0E17F2. Grayscale: #D2D2D2. Windows color (decimal): -923635 or 911601. OLE color: 911601.

HSL color Cylindrical-coordinate representation of color #F1E80D: hue angle of 57.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1E80D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 232 13 -
CMYK 0 0.04 0.95 0.05
HSL 57.63º 0.9% 0.5% -
HSV(B) 57.63º 0.95% 0.95% -
XYZ 65.2 76.44 11.7 -
YUV 209.73 16.98 150.31 -
System Red Green Blue C M Y K H S L
Decimal 241 232 13 0 0.04 0.95 0.05 57.63 0.9 0.5
Hex F1 E8 D 0 4 5F 5 3A 5A 32
Octal 361 350 15 0 4 137 5 72 132 62
Binary 11110001 11101000 1101 0 100 1011111 101 111010 1011010 110010

Color Harmonies of #F1E80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E80D

Black with #F1E80D

Text Example


Text Example

White with #F1E80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E80D; }

 p { color: rgb(241,232,13); }

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

background-color css

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

 a { background-color: rgb(241,232,13); }

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

border-color css

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

 span { border-color: rgb(241,232,13); }

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