Html Css Color HEX #F8F007 Lemon

📋 copy color: '#F8F007'

red 248 ◦ green 240 ◦ blue 7

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

Shades of Lemon #F8F007

Tints of Lemon #F8F007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.41%

R = 50.1%
G = 48.48%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F8F007 (or 0xF8F007) is known color: Lemon. HEX triplet: F8, F0 and 07. RGB value is (248,240,7). Sum of RGB (Red+Green+Blue) = 248+240+7=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 7 (3.12% from 255 or 1.41% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F007 is #070FF8. Grayscale: #D8D8D8. Windows color (decimal): -462841 or 520440. OLE color: 520440.

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

Color convert

RGB 248 240 7 -
CMYK 0 0.03 0.97 0.03
HSL 58.01º 0.95% 0.5% -
HSV(B) 58.01º 0.97% 0.97% -
XYZ 69.91 82.29 12.4 -
YUV 215.83 10.15 150.95 -
System Red Green Blue C M Y K H S L
Decimal 248 240 7 0 0.03 0.97 0.03 58.01 0.95 0.5
Hex F8 F0 7 0 3 61 3 3A 5F 32
Octal 370 360 7 0 3 141 3 72 137 62
Binary 11111000 11110000 111 0 11 1100001 11 111010 1011111 110010

Color Harmonies of #F8F007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F007

Black with #F8F007

Text Example


Text Example

White with #F8F007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F007; }

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

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

background-color css

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

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

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

border-color css

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

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

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