Html Css Color HEX #F8F013 Lemon

📋 copy color: '#F8F013'

red 248 ◦ green 240 ◦ blue 19

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

Shades of Lemon #F8F013

Tints of Lemon #F8F013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.34%

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

R = 48.92%
G = 47.34%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8F013 (or 0xF8F013) is known color: Lemon. HEX triplet: F8, F0 and 13. RGB value is (248,240,19). Sum of RGB (Red+Green+Blue) = 248+240+19=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 19 (7.81% from 255 or 3.75% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F013 is #070FEC. Grayscale: #DADADA. Windows color (decimal): -462829 or 1306872. OLE color: 1306872.

HSL color Cylindrical-coordinate representation of color #F8F013: hue angle of 57.9º 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 #F8F013 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 19 -
CMYK 0 0.03 0.92 0.03
HSL 57.9º 0.94% 0.52% -
HSV(B) 57.9º 0.92% 0.97% -
XYZ 69.99 82.32 12.82 -
YUV 217.2 16.15 149.97 -
System Red Green Blue C M Y K H S L
Decimal 248 240 19 0 0.03 0.92 0.03 57.9 0.94 0.52
Hex F8 F0 13 0 3 5C 3 3A 5E 34
Octal 370 360 23 0 3 134 3 72 136 64
Binary 11111000 11110000 10011 0 11 1011100 11 111010 1011110 110100

Color Harmonies of #F8F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F013

Black with #F8F013

Text Example


Text Example

White with #F8F013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F013; }

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

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

background-color css

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

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

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

border-color css

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

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

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