Html Css Color HEX #F2F118 Lemon

📋 copy color: '#F2F118'

red 242 ◦ green 241 ◦ blue 24

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

Shades of Lemon #F2F118

Tints of Lemon #F2F118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.73%

R = 47.73%
G = 47.53%
B = 4.73%

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

#F2F118 (or 0xF2F118) is known color: Lemon. HEX triplet: F2, F1 and 18. RGB value is (242,241,24). Sum of RGB (Red+Green+Blue) = 242+241+24=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F118 is #0D0EE7. Grayscale: #D9D9D9. Windows color (decimal): -855784 or 1634802. OLE color: 1634802.

HSL color Cylindrical-coordinate representation of color #F2F118: 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 #F2F118 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 24 -
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.24 81.85 13.07 -
YUV 216.56 19.33 146.14 -
System Red Green Blue C M Y K H S L
Decimal 242 241 24 0 0.00 0.90 0.05 59.72 0.89 0.52
Hex F2 F1 18 0 0 5A 5 3C 59 34
Octal 362 361 30 0 0 132 5 74 131 64
Binary 11110010 11110001 11000 0 0 1011010 101 111100 1011001 110100

Color Harmonies of #F2F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F118

Black with #F2F118

Text Example


Text Example

White with #F2F118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F118; }

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

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

background-color css

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

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

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

border-color css

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

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

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