Html Css Color HEX #F5E30E Lemon

📋 copy color: '#F5E30E'

red 245 ◦ green 227 ◦ blue 14

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

Shades of Lemon #F5E30E

Tints of Lemon #F5E30E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.71%

 BLUE value IS 14 (5.86% from 255) = 2.88%

R = 50.41%
G = 46.71%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5E30E (or 0xF5E30E) is known color: Lemon. HEX triplet: F5, E3 and 0E. RGB value is (245,227,14). Sum of RGB (Red+Green+Blue) = 245+227+14=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E30E is #0A1CF1. Grayscale: #D0D0D0. Windows color (decimal): -662770 or 975861. OLE color: 975861.

HSL color Cylindrical-coordinate representation of color #F5E30E: hue angle of 55.32º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5E30E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 14 -
CMYK 0 0.07 0.94 0.04
HSL 55.32º 0.92% 0.51% -
HSV(B) 55.32º 0.94% 0.96% -
XYZ 65.2 74.38 11.34 -
YUV 208.1 18.46 154.32 -
System Red Green Blue C M Y K H S L
Decimal 245 227 14 0 0.07 0.94 0.04 55.32 0.92 0.51
Hex F5 E3 E 0 7 5E 4 37 5C 33
Octal 365 343 16 0 7 136 4 67 134 63
Binary 11110101 11100011 1110 0 111 1011110 100 110111 1011100 110011

Color Harmonies of #F5E30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E30E

Black with #F5E30E

Text Example


Text Example

White with #F5E30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E30E; }

 p { color: rgb(245,227,14); }

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

background-color css

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

 a { background-color: rgb(245,227,14); }

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

border-color css

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

 span { border-color: rgb(245,227,14); }

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