Html Css Color HEX #F5E01E Lemon

📋 copy color: '#F5E01E'

red 245 ◦ green 224 ◦ blue 30

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

Shades of Lemon #F5E01E

Tints of Lemon #F5E01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.89%

 BLUE value IS 30 (12.11% from 255) = 6.01%

R = 49.1%
G = 44.89%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5E01E (or 0xF5E01E) is known color: Lemon. HEX triplet: F5, E0 and 1E. RGB value is (245,224,30). Sum of RGB (Red+Green+Blue) = 245+224+30=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E01E is #0A1FE1. Grayscale: #D0D0D0. Windows color (decimal): -663522 or 2023669. OLE color: 2023669.

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

Color convert

RGB 245 224 30 -
CMYK 0 0.09 0.88 0.04
HSL 54.14º 0.91% 0.54% -
HSV(B) 54.14º 0.88% 0.96% -
XYZ 64.55 72.82 11.88 -
YUV 208.16 27.46 154.27 -
System Red Green Blue C M Y K H S L
Decimal 245 224 30 0 0.09 0.88 0.04 54.14 0.91 0.54
Hex F5 E0 1E 0 9 58 4 36 5B 36
Octal 365 340 36 0 11 130 4 66 133 66
Binary 11110101 11100000 11110 0 1001 1011000 100 110110 1011011 110110

Color Harmonies of #F5E01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E01E

Black with #F5E01E

Text Example


Text Example

White with #F5E01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E01E; }

 p { color: rgb(245,224,30); }

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

background-color css

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

 a { background-color: rgb(245,224,30); }

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

border-color css

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

 span { border-color: rgb(245,224,30); }

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