Html Css Color HEX #F2F815 Lemon

📋 copy color: '#F2F815'

red 242 ◦ green 248 ◦ blue 21

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

Shades of Lemon #F2F815

Tints of Lemon #F2F815

RGB

 RED value IS 242 (94.92% from 255) = 47.36%

 GREEN value IS 248 (97.27% from 255) = 48.53%

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

R = 47.36%
G = 48.53%
B = 4.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F2F815 (or 0xF2F815) is known color: Lemon. HEX triplet: F2, F8 and 15. RGB value is (242,248,21). Sum of RGB (Red+Green+Blue) = 242+248+21=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 21 (8.59% from 255 or 4.11% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F815 is #0D07EA. Grayscale: #DDDDDD. Windows color (decimal): -853995 or 1439986. OLE color: 1439986.

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

Color convert

RGB 242 248 21 -
CMYK 0.02 0 0.92 0.03
HSL 61.59º 0.94% 0.53% -
HSV(B) 61.59º 0.92% 0.97% -
XYZ 70.32 86.07 13.62 -
YUV 220.33 15.51 143.46 -
System Red Green Blue C M Y K H S L
Decimal 242 248 21 0.02 0 0.92 0.03 61.59 0.94 0.53
Hex F2 F8 15 2 0 5C 3 3E 5E 35
Octal 362 370 25 2 0 134 3 76 136 65
Binary 11110010 11111000 10101 10 0 1011100 11 111110 1011110 110101

Color Harmonies of #F2F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F815

Black with #F2F815

Text Example


Text Example

White with #F2F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F815; }

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

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

background-color css

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

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

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

border-color css

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

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

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