Html Css Color HEX #F8F315 Lemon

📋 copy color: '#F8F315'

red 248 ◦ green 243 ◦ blue 21

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

Shades of Lemon #F8F315

Tints of Lemon #F8F315

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

 BLUE value IS 21 (8.59% from 255) = 4.1%

R = 48.44%
G = 47.46%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8F315 (or 0xF8F315) is known color: Lemon. HEX triplet: F8, F3 and 15. RGB value is (248,243,21). Sum of RGB (Red+Green+Blue) = 248+243+21=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F315 is #070CEA. Grayscale: #DCDCDC. Windows color (decimal): -462059 or 1438712. OLE color: 1438712.

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

Color convert

RGB 248 243 21 -
CMYK 0 0.02 0.92 0.03
HSL 58.68º 0.94% 0.53% -
HSV(B) 58.68º 0.92% 0.97% -
XYZ 70.9 84.11 13.21 -
YUV 219.19 16.16 148.55 -
System Red Green Blue C M Y K H S L
Decimal 248 243 21 0 0.02 0.92 0.03 58.68 0.94 0.53
Hex F8 F3 15 0 2 5C 3 3B 5E 35
Octal 370 363 25 0 2 134 3 73 136 65
Binary 11111000 11110011 10101 0 10 1011100 11 111011 1011110 110101

Color Harmonies of #F8F315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F315

Black with #F8F315

Text Example


Text Example

White with #F8F315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F315; }

 p { color: rgb(248,243,21); }

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

background-color css

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

 a { background-color: rgb(248,243,21); }

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

border-color css

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

 span { border-color: rgb(248,243,21); }

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