Html Css Color HEX #F5E00E Lemon

📋 copy color: '#F5E00E'

red 245 ◦ green 224 ◦ blue 14

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

Shades of Lemon #F5E00E

Tints of Lemon #F5E00E

RGB

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

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

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

R = 50.72%
G = 46.38%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5E00E (or 0xF5E00E) is known color: Lemon. HEX triplet: F5, E0 and 0E. RGB value is (245,224,14). Sum of RGB (Red+Green+Blue) = 245+224+14=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E00E is #0A1FF1. Grayscale: #CFCFCF. Windows color (decimal): -663538 or 975093. OLE color: 975093.

HSL color Cylindrical-coordinate representation of color #F5E00E: hue angle of 54.55º 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 #F5E00E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 224 14 -
CMYK 0 0.09 0.94 0.04
HSL 54.55º 0.92% 0.51% -
HSV(B) 54.55º 0.94% 0.96% -
XYZ 64.39 72.76 11.06 -
YUV 206.34 19.46 155.58 -
System Red Green Blue C M Y K H S L
Decimal 245 224 14 0 0.09 0.94 0.04 54.55 0.92 0.51
Hex F5 E0 E 0 9 5E 4 37 5C 33
Octal 365 340 16 0 11 136 4 67 134 63
Binary 11110101 11100000 1110 0 1001 1011110 100 110111 1011100 110011

Color Harmonies of #F5E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E00E

Black with #F5E00E

Text Example


Text Example

White with #F5E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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