Html Css Color HEX #F8F210 Lemon

📋 copy color: '#F8F210'

red 248 ◦ green 242 ◦ blue 16

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

Shades of Lemon #F8F210

Tints of Lemon #F8F210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

 BLUE value IS 16 (6.64% from 255) = 3.16%

R = 49.01%
G = 47.83%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8F210 (or 0xF8F210) is known color: Lemon. HEX triplet: F8, F2 and 10. RGB value is (248,242,16). Sum of RGB (Red+Green+Blue) = 248+242+16=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 16 (6.64% from 255 or 3.16% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F210 is #070DEF. Grayscale: #DADADA. Windows color (decimal): -462320 or 1110776. OLE color: 1110776.

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

Color convert

RGB 248 242 16 -
CMYK 0 0.02 0.94 0.03
HSL 58.45º 0.94% 0.52% -
HSV(B) 58.45º 0.94% 0.97% -
XYZ 70.56 83.5 12.89 -
YUV 218.03 13.99 149.38 -
System Red Green Blue C M Y K H S L
Decimal 248 242 16 0 0.02 0.94 0.03 58.45 0.94 0.52
Hex F8 F2 10 0 2 5E 3 3A 5E 34
Octal 370 362 20 0 2 136 3 72 136 64
Binary 11111000 11110010 10000 0 10 1011110 11 111010 1011110 110100

Color Harmonies of #F8F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F210

Black with #F8F210

Text Example


Text Example

White with #F8F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F210; }

 p { color: rgb(248,242,16); }

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

background-color css

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

 a { background-color: rgb(248,242,16); }

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

border-color css

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

 span { border-color: rgb(248,242,16); }

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