Html Css Color HEX #F8F11A Lemon

📋 copy color: '#F8F11A'

red 248 ◦ green 241 ◦ blue 26

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

Shades of Lemon #F8F11A

Tints of Lemon #F8F11A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

 BLUE value IS 26 (10.55% from 255) = 5.05%

R = 48.16%
G = 46.8%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8F11A (or 0xF8F11A) is known color: Lemon. HEX triplet: F8, F1 and 1A. RGB value is (248,241,26). Sum of RGB (Red+Green+Blue) = 248+241+26=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 26 (10.55% from 255 or 5.05% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F11A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F11A is #070EE5. Grayscale: #DBDBDB. Windows color (decimal): -462566 or 1765880. OLE color: 1765880.

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

Color convert

RGB 248 241 26 -
CMYK 0 0.03 0.90 0.03
HSL 58.11º 0.94% 0.54% -
HSV(B) 58.11º 0.9% 0.97% -
XYZ 70.35 82.94 13.28 -
YUV 218.58 19.32 148.98 -
System Red Green Blue C M Y K H S L
Decimal 248 241 26 0 0.03 0.90 0.03 58.11 0.94 0.54
Hex F8 F1 1A 0 3 5A 3 3A 5E 36
Octal 370 361 32 0 3 132 3 72 136 66
Binary 11111000 11110001 11010 0 11 1011010 11 111010 1011110 110110

Color Harmonies of #F8F11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F11A

Black with #F8F11A

Text Example


Text Example

White with #F8F11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F11A; }

 p { color: rgb(248,241,26); }

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

background-color css

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

 a { background-color: rgb(248,241,26); }

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

border-color css

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

 span { border-color: rgb(248,241,26); }

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