Html Css Color HEX #F8E313 Lemon

📋 copy color: '#F8E313'

red 248 ◦ green 227 ◦ blue 19

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

Shades of Lemon #F8E313

Tints of Lemon #F8E313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.85%

R = 50.2%
G = 45.95%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8E313 (or 0xF8E313) is known color: Lemon. HEX triplet: F8, E3 and 13. RGB value is (248,227,19). Sum of RGB (Red+Green+Blue) = 248+227+19=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E313 is #071CEC. Grayscale: #D2D2D2. Windows color (decimal): -466157 or 1303544. OLE color: 1303544.

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

Color convert

RGB 248 227 19 -
CMYK 0 0.08 0.92 0.03
HSL 54.5º 0.94% 0.52% -
HSV(B) 54.5º 0.92% 0.97% -
XYZ 66.3 74.94 11.59 -
YUV 209.57 20.46 155.41 -
System Red Green Blue C M Y K H S L
Decimal 248 227 19 0 0.08 0.92 0.03 54.5 0.94 0.52
Hex F8 E3 13 0 8 5C 3 36 5E 34
Octal 370 343 23 0 10 134 3 66 136 64
Binary 11111000 11100011 10011 0 1000 1011100 11 110110 1011110 110100

Color Harmonies of #F8E313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E313

Black with #F8E313

Text Example


Text Example

White with #F8E313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E313; }

 p { color: rgb(248,227,19); }

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

background-color css

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

 a { background-color: rgb(248,227,19); }

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

border-color css

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

 span { border-color: rgb(248,227,19); }

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