Html Css Color HEX #F2F915 Lemon

📋 copy color: '#F2F915'

red 242 ◦ green 249 ◦ blue 21

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

Shades of Lemon #F2F915

Tints of Lemon #F2F915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

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

R = 47.27%
G = 48.63%
B = 4.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F2F915 (or 0xF2F915) is known color: Lemon. HEX triplet: F2, F9 and 15. RGB value is (242,249,21). Sum of RGB (Red+Green+Blue) = 242+249+21=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F915 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F915 is #0D06EA. Grayscale: #DDDDDD. Windows color (decimal): -853739 or 1440242. OLE color: 1440242.

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

Color convert

RGB 242 249 21 -
CMYK 0.03 0 0.92 0.02
HSL 61.84º 0.95% 0.53% -
HSV(B) 61.84º 0.92% 0.98% -
XYZ 70.63 86.68 13.72 -
YUV 220.92 15.18 143.04 -
System Red Green Blue C M Y K H S L
Decimal 242 249 21 0.03 0 0.92 0.02 61.84 0.95 0.53
Hex F2 F9 15 3 0 5C 2 3E 5F 35
Octal 362 371 25 3 0 134 2 76 137 65
Binary 11110010 11111001 10101 11 0 1011100 10 111110 1011111 110101

Color Harmonies of #F2F915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F915

Black with #F2F915

Text Example


Text Example

White with #F2F915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F915; }

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

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

background-color css

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

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

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

border-color css

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

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

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