Html Css Color HEX #F1E705 Lemon

📋 copy color: '#F1E705'

red 241 ◦ green 231 ◦ blue 5

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

Shades of Lemon #F1E705

Tints of Lemon #F1E705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.43%

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 50.52%
G = 48.43%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F1E705 (or 0xF1E705) is known color: Lemon. HEX triplet: F1, E7 and 05. RGB value is (241,231,5). Sum of RGB (Red+Green+Blue) = 241+231+5=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1E705 is #0E18FA. Grayscale: #D1D1D1. Windows color (decimal): -923899 or 387057. OLE color: 387057.

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

Color convert

RGB 241 231 5 -
CMYK 0 0.04 0.98 0.05
HSL 57.46º 0.96% 0.48% -
HSV(B) 57.46º 0.98% 0.95% -
XYZ 64.88 75.86 11.37 -
YUV 208.23 13.31 151.38 -
System Red Green Blue C M Y K H S L
Decimal 241 231 5 0 0.04 0.98 0.05 57.46 0.96 0.48
Hex F1 E7 5 0 4 62 5 39 60 30
Octal 361 347 5 0 4 142 5 71 140 60
Binary 11110001 11100111 101 0 100 1100010 101 111001 1100000 110000

Color Harmonies of #F1E705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E705

Black with #F1E705

Text Example


Text Example

White with #F1E705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E705; }

 p { color: rgb(241,231,5); }

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

background-color css

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

 a { background-color: rgb(241,231,5); }

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

border-color css

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

 span { border-color: rgb(241,231,5); }

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