Html Css Color HEX #F8FA14 Lemon

📋 copy color: '#F8FA14'

red 248 ◦ green 250 ◦ blue 20

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

Shades of Lemon #F8FA14

Tints of Lemon #F8FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.26%

 BLUE value IS 20 (8.2% from 255) = 3.86%

R = 47.88%
G = 48.26%
B = 3.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F8FA14 (or 0xF8FA14) is known color: Lemon. HEX triplet: F8, FA and 14. RGB value is (248,250,20). Sum of RGB (Red+Green+Blue) = 248+250+20=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 20 (8.20% from 255 or 3.86% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FA14 is #0705EB. Grayscale: #E0E0E0. Windows color (decimal): -460268 or 1374968. OLE color: 1374968.

HSL color Cylindrical-coordinate representation of color #F8FA14: hue angle of 60.52º degrees, saturation: 0.96, 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 #F8FA14 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 20 -
CMYK 0.01 0 0.92 0.02
HSL 60.52º 0.96% 0.53% -
HSV(B) 60.52º 0.92% 0.98% -
XYZ 73.02 88.38 13.87 -
YUV 223.18 13.34 145.7 -
System Red Green Blue C M Y K H S L
Decimal 248 250 20 0.01 0 0.92 0.02 60.52 0.96 0.53
Hex F8 FA 14 1 0 5C 2 3D 60 35
Octal 370 372 24 1 0 134 2 75 140 65
Binary 11111000 11111010 10100 1 0 1011100 10 111101 1100000 110101

Color Harmonies of #F8FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA14

Black with #F8FA14

Text Example


Text Example

White with #F8FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA14; }

 p { color: rgb(248,250,20); }

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

background-color css

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

 a { background-color: rgb(248,250,20); }

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

border-color css

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

 span { border-color: rgb(248,250,20); }

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