Html Css Color HEX #F2F108 Lemon

📋 copy color: '#F2F108'

red 242 ◦ green 241 ◦ blue 8

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

Shades of Lemon #F2F108

Tints of Lemon #F2F108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.63%

R = 49.29%
G = 49.08%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2F108 (or 0xF2F108) is known color: Lemon. HEX triplet: F2, F1 and 08. RGB value is (242,241,8). Sum of RGB (Red+Green+Blue) = 242+241+8=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F108 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F108 is #0D0EF7. Grayscale: #D7D7D7. Windows color (decimal): -855800 or 586226. OLE color: 586226.

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

Color convert

RGB 242 241 8 -
CMYK 0 0.00 0.97 0.05
HSL 59.74º 0.94% 0.49% -
HSV(B) 59.74º 0.97% 0.95% -
XYZ 68.12 81.81 12.43 -
YUV 214.74 11.33 147.45 -
System Red Green Blue C M Y K H S L
Decimal 242 241 8 0 0.00 0.97 0.05 59.74 0.94 0.49
Hex F2 F1 8 0 0 61 5 3C 5E 31
Octal 362 361 10 0 0 141 5 74 136 61
Binary 11110010 11110001 1000 0 0 1100001 101 111100 1011110 110001

Color Harmonies of #F2F108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F108

Black with #F2F108

Text Example


Text Example

White with #F2F108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F108; }

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

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

background-color css

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

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

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

border-color css

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

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

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