Html Css Color HEX #F8F006 Lemon

📋 copy color: '#F8F006'

red 248 ◦ green 240 ◦ blue 6

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

Shades of Lemon #F8F006

Tints of Lemon #F8F006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.21%

R = 50.2%
G = 48.58%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8F006 (or 0xF8F006) is known color: Lemon. HEX triplet: F8, F0 and 06. RGB value is (248,240,6). Sum of RGB (Red+Green+Blue) = 248+240+6=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 6 (2.73% from 255 or 1.21% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F006 is #070FF9. Grayscale: #D8D8D8. Windows color (decimal): -462842 or 454904. OLE color: 454904.

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

Color convert

RGB 248 240 6 -
CMYK 0 0.03 0.98 0.03
HSL 58.02º 0.95% 0.5% -
HSV(B) 58.02º 0.98% 0.97% -
XYZ 69.9 82.29 12.37 -
YUV 215.72 9.65 151.03 -
System Red Green Blue C M Y K H S L
Decimal 248 240 6 0 0.03 0.98 0.03 58.02 0.95 0.5
Hex F8 F0 6 0 3 62 3 3A 5F 32
Octal 370 360 6 0 3 142 3 72 137 62
Binary 11111000 11110000 110 0 11 1100010 11 111010 1011111 110010

Color Harmonies of #F8F006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F006

Black with #F8F006

Text Example


Text Example

White with #F8F006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F006; }

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

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

background-color css

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

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

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

border-color css

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

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

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