Html Css Color HEX #F5EE1F Lemon

📋 copy color: '#F5EE1F'

red 245 ◦ green 238 ◦ blue 31

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

Shades of Lemon #F5EE1F

Tints of Lemon #F5EE1F

RGB

 RED value IS 245 (96.09% from 255) = 47.67%

 GREEN value IS 238 (93.36% from 255) = 46.3%

 BLUE value IS 31 (12.5% from 255) = 6.03%

R = 47.67%
G = 46.3%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5EE1F (or 0xF5EE1F) is known color: Lemon. HEX triplet: F5, EE and 1F. RGB value is (245,238,31). Sum of RGB (Red+Green+Blue) = 245+238+31=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 31 (12.5% from 255 or 6.03% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EE1F is #0A11E0. Grayscale: #D9D9D9. Windows color (decimal): -659937 or 2092789. OLE color: 2092789.

HSL color Cylindrical-coordinate representation of color #F5EE1F: hue angle of 58.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5EE1F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 238 31 -
CMYK 0 0.03 0.87 0.04
HSL 58.04º 0.91% 0.54% -
HSV(B) 58.04º 0.87% 0.96% -
XYZ 68.48 80.66 13.26 -
YUV 216.5 23.32 148.33 -
System Red Green Blue C M Y K H S L
Decimal 245 238 31 0 0.03 0.87 0.04 58.04 0.91 0.54
Hex F5 EE 1F 0 3 57 4 3A 5B 36
Octal 365 356 37 0 3 127 4 72 133 66
Binary 11110101 11101110 11111 0 11 1010111 100 111010 1011011 110110

Color Harmonies of #F5EE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EE1F

Black with #F5EE1F

Text Example


Text Example

White with #F5EE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EE1F; }

 p { color: rgb(245,238,31); }

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

background-color css

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

 a { background-color: rgb(245,238,31); }

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

border-color css

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

 span { border-color: rgb(245,238,31); }

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