Html Css Color HEX #F8F01C Lemon

📋 copy color: '#F8F01C'

red 248 ◦ green 240 ◦ blue 28

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

Shades of Lemon #F8F01C

Tints of Lemon #F8F01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.43%

R = 48.06%
G = 46.51%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8F01C (or 0xF8F01C) is known color: Lemon. HEX triplet: F8, F0 and 1C. RGB value is (248,240,28). Sum of RGB (Red+Green+Blue) = 248+240+28=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 28 (11.33% from 255 or 5.43% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F01C is #070FE3. Grayscale: #DBDBDB. Windows color (decimal): -462820 or 1896696. OLE color: 1896696.

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

Color convert

RGB 248 240 28 -
CMYK 0 0.03 0.89 0.03
HSL 57.82º 0.94% 0.54% -
HSV(B) 57.82º 0.89% 0.97% -
XYZ 70.08 82.36 13.3 -
YUV 218.22 20.65 149.24 -
System Red Green Blue C M Y K H S L
Decimal 248 240 28 0 0.03 0.89 0.03 57.82 0.94 0.54
Hex F8 F0 1C 0 3 59 3 3A 5E 36
Octal 370 360 34 0 3 131 3 72 136 66
Binary 11111000 11110000 11100 0 11 1011001 11 111010 1011110 110110

Color Harmonies of #F8F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F01C

Black with #F8F01C

Text Example


Text Example

White with #F8F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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