Html Css Color HEX #F5E71A Lemon

📋 copy color: '#F5E71A'

red 245 ◦ green 231 ◦ blue 26

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

Shades of Lemon #F5E71A

Tints of Lemon #F5E71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.18%

R = 48.8%
G = 46.02%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5E71A (or 0xF5E71A) is known color: Lemon. HEX triplet: F5, E7 and 1A. RGB value is (245,231,26). Sum of RGB (Red+Green+Blue) = 245+231+26=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 26 (10.55% from 255 or 5.18% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E71A is #0A18E5. Grayscale: #D4D4D4. Windows color (decimal): -661734 or 1763317. OLE color: 1763317.

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

Color convert

RGB 245 231 26 -
CMYK 0 0.06 0.89 0.04
HSL 56.16º 0.92% 0.53% -
HSV(B) 56.16º 0.89% 0.96% -
XYZ 66.42 76.64 12.27 -
YUV 211.82 23.14 151.67 -
System Red Green Blue C M Y K H S L
Decimal 245 231 26 0 0.06 0.89 0.04 56.16 0.92 0.53
Hex F5 E7 1A 0 6 59 4 38 5C 35
Octal 365 347 32 0 6 131 4 70 134 65
Binary 11110101 11100111 11010 0 110 1011001 100 111000 1011100 110101

Color Harmonies of #F5E71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E71A

Black with #F5E71A

Text Example


Text Example

White with #F5E71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E71A; }

 p { color: rgb(245,231,26); }

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

background-color css

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

 a { background-color: rgb(245,231,26); }

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

border-color css

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

 span { border-color: rgb(245,231,26); }

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