Html Css Color HEX #F2F11A Lemon

📋 copy color: '#F2F11A'

red 242 ◦ green 241 ◦ blue 26

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

Shades of Lemon #F2F11A

Tints of Lemon #F2F11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.11%

R = 47.54%
G = 47.35%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2F11A (or 0xF2F11A) is known color: Lemon. HEX triplet: F2, F1 and 1A. RGB value is (242,241,26). Sum of RGB (Red+Green+Blue) = 242+241+26=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F11A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F11A is #0D0EE5. Grayscale: #D9D9D9. Windows color (decimal): -855782 or 1765874. OLE color: 1765874.

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

Color convert

RGB 242 241 26 -
CMYK 0 0.00 0.89 0.05
HSL 59.72º 0.89% 0.53% -
HSV(B) 59.72º 0.89% 0.95% -
XYZ 68.26 81.86 13.18 -
YUV 216.79 20.33 145.98 -
System Red Green Blue C M Y K H S L
Decimal 242 241 26 0 0.00 0.89 0.05 59.72 0.89 0.53
Hex F2 F1 1A 0 0 59 5 3C 59 35
Octal 362 361 32 0 0 131 5 74 131 65
Binary 11110010 11110001 11010 0 0 1011001 101 111100 1011001 110101

Color Harmonies of #F2F11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F11A

Black with #F2F11A

Text Example


Text Example

White with #F2F11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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