Html Css Color HEX #F2F119 Lemon

📋 copy color: '#F2F119'

red 242 ◦ green 241 ◦ blue 25

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

Shades of Lemon #F2F119

Tints of Lemon #F2F119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.44%

 BLUE value IS 25 (10.16% from 255) = 4.92%

R = 47.64%
G = 47.44%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2F119 (or 0xF2F119) is known color: Lemon. HEX triplet: F2, F1 and 19. RGB value is (242,241,25). Sum of RGB (Red+Green+Blue) = 242+241+25=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 25 (10.16% from 255 or 4.92% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F119 is #0D0EE6. Grayscale: #D9D9D9. Windows color (decimal): -855783 or 1700338. OLE color: 1700338.

HSL color Cylindrical-coordinate representation of color #F2F119: hue angle of 59.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2F119 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 25 -
CMYK 0 0.00 0.90 0.05
HSL 59.72º 0.89% 0.52% -
HSV(B) 59.72º 0.9% 0.95% -
XYZ 68.25 81.86 13.12 -
YUV 216.68 19.83 146.06 -
System Red Green Blue C M Y K H S L
Decimal 242 241 25 0 0.00 0.90 0.05 59.72 0.89 0.52
Hex F2 F1 19 0 0 5A 5 3C 59 34
Octal 362 361 31 0 0 132 5 74 131 64
Binary 11110010 11110001 11001 0 0 1011010 101 111100 1011001 110100

Color Harmonies of #F2F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F119

Black with #F2F119

Text Example


Text Example

White with #F2F119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F119; }

 p { color: rgb(242,241,25); }

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

background-color css

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

 a { background-color: rgb(242,241,25); }

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

border-color css

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

 span { border-color: rgb(242,241,25); }

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