Html Css Color HEX #F8FA20 Lemon

📋 copy color: '#F8FA20'

red 248 ◦ green 250 ◦ blue 32

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

Shades of Lemon #F8FA20

Tints of Lemon #F8FA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.04%

R = 46.79%
G = 47.17%
B = 6.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F8FA20 (or 0xF8FA20) is known color: Lemon. HEX triplet: F8, FA and 20. RGB value is (248,250,32). Sum of RGB (Red+Green+Blue) = 248+250+32=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FA20 is #0705DF. Grayscale: #E1E1E1. Windows color (decimal): -460256 or 2161400. OLE color: 2161400.

HSL color Cylindrical-coordinate representation of color #F8FA20: hue angle of 60.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8FA20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 32 -
CMYK 0.01 0 0.87 0.02
HSL 60.55º 0.96% 0.55% -
HSV(B) 60.55º 0.87% 0.98% -
XYZ 73.16 88.43 14.58 -
YUV 224.55 19.34 144.73 -
System Red Green Blue C M Y K H S L
Decimal 248 250 32 0.01 0 0.87 0.02 60.55 0.96 0.55
Hex F8 FA 20 1 0 57 2 3D 60 37
Octal 370 372 40 1 0 127 2 75 140 67
Binary 11111000 11111010 100000 1 0 1010111 10 111101 1100000 110111

Color Harmonies of #F8FA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA20

Black with #F8FA20

Text Example


Text Example

White with #F8FA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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