Html Css Color HEX #F2F10E Lemon

📋 copy color: '#F2F10E'

red 242 ◦ green 241 ◦ blue 14

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

Shades of Lemon #F2F10E

Tints of Lemon #F2F10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.82%

R = 48.69%
G = 48.49%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2F10E (or 0xF2F10E) is known color: Lemon. HEX triplet: F2, F1 and 0E. RGB value is (242,241,14). Sum of RGB (Red+Green+Blue) = 242+241+14=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F10E is #0D0EF1. Grayscale: #D8D8D8. Windows color (decimal): -855794 or 979442. OLE color: 979442.

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

Color convert

RGB 242 241 14 -
CMYK 0 0.00 0.94 0.05
HSL 59.74º 0.9% 0.5% -
HSV(B) 59.74º 0.94% 0.95% -
XYZ 68.15 81.82 12.62 -
YUV 215.42 14.33 146.96 -
System Red Green Blue C M Y K H S L
Decimal 242 241 14 0 0.00 0.94 0.05 59.74 0.9 0.5
Hex F2 F1 E 0 0 5E 5 3C 5A 32
Octal 362 361 16 0 0 136 5 74 132 62
Binary 11110010 11110001 1110 0 0 1011110 101 111100 1011010 110010

Color Harmonies of #F2F10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F10E

Black with #F2F10E

Text Example


Text Example

White with #F2F10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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