Html Css Color HEX #F8F312 Lemon

📋 copy color: '#F8F312'

red 248 ◦ green 243 ◦ blue 18

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

Shades of Lemon #F8F312

Tints of Lemon #F8F312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.54%

R = 48.72%
G = 47.74%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F8F312 (or 0xF8F312) is known color: Lemon. HEX triplet: F8, F3 and 12. RGB value is (248,243,18). Sum of RGB (Red+Green+Blue) = 248+243+18=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 18 (7.42% from 255 or 3.54% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F312 is #070CED. Grayscale: #DBDBDB. Windows color (decimal): -462062 or 1242104. OLE color: 1242104.

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

Color convert

RGB 248 243 18 -
CMYK 0 0.02 0.93 0.03
HSL 58.7º 0.94% 0.52% -
HSV(B) 58.7º 0.93% 0.97% -
XYZ 70.87 84.1 13.07 -
YUV 218.85 14.66 148.8 -
System Red Green Blue C M Y K H S L
Decimal 248 243 18 0 0.02 0.93 0.03 58.7 0.94 0.52
Hex F8 F3 12 0 2 5D 3 3B 5E 34
Octal 370 363 22 0 2 135 3 73 136 64
Binary 11111000 11110011 10010 0 10 1011101 11 111011 1011110 110100

Color Harmonies of #F8F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F312

Black with #F8F312

Text Example


Text Example

White with #F8F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F312; }

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

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

background-color css

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

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

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

border-color css

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

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

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