Html Css Color HEX #F8E00E Lemon

📋 copy color: '#F8E00E'

red 248 ◦ green 224 ◦ blue 14

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

Shades of Lemon #F8E00E

Tints of Lemon #F8E00E

RGB

 RED value IS 248 (97.27% from 255) = 51.03%

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

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

R = 51.03%
G = 46.09%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8E00E (or 0xF8E00E) is known color: Lemon. HEX triplet: F8, E0 and 0E. RGB value is (248,224,14). Sum of RGB (Red+Green+Blue) = 248+224+14=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E00E is #071FF1. Grayscale: #D0D0D0. Windows color (decimal): -466930 or 975096. OLE color: 975096.

HSL color Cylindrical-coordinate representation of color #F8E00E: hue angle of 53.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8E00E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 224 14 -
CMYK 0 0.10 0.94 0.03
HSL 53.85º 0.94% 0.51% -
HSV(B) 53.85º 0.94% 0.97% -
XYZ 65.45 73.3 11.11 -
YUV 207.24 18.95 157.08 -
System Red Green Blue C M Y K H S L
Decimal 248 224 14 0 0.10 0.94 0.03 53.85 0.94 0.51
Hex F8 E0 E 0 A 5E 3 36 5E 33
Octal 370 340 16 0 12 136 3 66 136 63
Binary 11111000 11100000 1110 0 1010 1011110 11 110110 1011110 110011

Color Harmonies of #F8E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E00E

Black with #F8E00E

Text Example


Text Example

White with #F8E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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