Html Css Color HEX #F8F913 Lemon

📋 copy color: '#F8F913'

red 248 ◦ green 249 ◦ blue 19

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

Shades of Lemon #F8F913

Tints of Lemon #F8F913

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

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

R = 48.06%
G = 48.26%
B = 3.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F8F913 (or 0xF8F913) is known color: Lemon. HEX triplet: F8, F9 and 13. RGB value is (248,249,19). Sum of RGB (Red+Green+Blue) = 248+249+19=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 19 (7.81% from 255 or 3.68% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F913 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F913 is #0706EC. Grayscale: #DFDFDF. Windows color (decimal): -460525 or 1309176. OLE color: 1309176.

HSL color Cylindrical-coordinate representation of color #F8F913: hue angle of 60.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8F913 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 249 19 -
CMYK 0.00 0 0.92 0.02
HSL 60.26º 0.95% 0.53% -
HSV(B) 60.26º 0.92% 0.98% -
XYZ 72.7 87.75 13.72 -
YUV 222.48 13.17 146.2 -
System Red Green Blue C M Y K H S L
Decimal 248 249 19 0.00 0 0.92 0.02 60.26 0.95 0.53
Hex F8 F9 13 0 0 5C 2 3C 5F 35
Octal 370 371 23 0 0 134 2 74 137 65
Binary 11111000 11111001 10011 0 0 1011100 10 111100 1011111 110101

Color Harmonies of #F8F913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F913

Black with #F8F913

Text Example


Text Example

White with #F8F913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F913; }

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

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

background-color css

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

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

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

border-color css

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

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

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