Html Css Color HEX #F8E315 Lemon

📋 copy color: '#F8E315'

red 248 ◦ green 227 ◦ blue 21

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

Shades of Lemon #F8E315

Tints of Lemon #F8E315

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.77%

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

R = 50%
G = 45.77%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F8E315 (or 0xF8E315) is known color: Lemon. HEX triplet: F8, E3 and 15. RGB value is (248,227,21). Sum of RGB (Red+Green+Blue) = 248+227+21=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8E315 is #071CEA. Grayscale: #D2D2D2. Windows color (decimal): -466155 or 1434616. OLE color: 1434616.

HSL color Cylindrical-coordinate representation of color #F8E315: hue angle of 54.45º 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 #F8E315 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 227 21 -
CMYK 0 0.08 0.92 0.03
HSL 54.45º 0.94% 0.53% -
HSV(B) 54.45º 0.92% 0.97% -
XYZ 66.32 74.95 11.68 -
YUV 209.8 21.46 155.25 -
System Red Green Blue C M Y K H S L
Decimal 248 227 21 0 0.08 0.92 0.03 54.45 0.94 0.53
Hex F8 E3 15 0 8 5C 3 36 5E 35
Octal 370 343 25 0 10 134 3 66 136 65
Binary 11111000 11100011 10101 0 1000 1011100 11 110110 1011110 110101

Color Harmonies of #F8E315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E315

Black with #F8E315

Text Example


Text Example

White with #F8E315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E315; }

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

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

background-color css

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

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

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

border-color css

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

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

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