Html Css Color HEX #F2FB1B Lemon

📋 copy color: '#F2FB1B'

red 242 ◦ green 251 ◦ blue 27

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

Shades of Lemon #F2FB1B

Tints of Lemon #F2FB1B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.27%

 BLUE value IS 27 (10.94% from 255) = 5.19%

R = 46.54%
G = 48.27%
B = 5.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F2FB1B (or 0xF2FB1B) is known color: Lemon. HEX triplet: F2, FB and 1B. RGB value is (242,251,27). Sum of RGB (Red+Green+Blue) = 242+251+27=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 27 (10.94% from 255 or 5.19% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FB1B is #0D04E4. Grayscale: #DFDFDF. Windows color (decimal): -853221 or 1833970. OLE color: 1833970.

HSL color Cylindrical-coordinate representation of color #F2FB1B: hue angle of 62.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2FB1B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 27 -
CMYK 0.04 0 0.89 0.02
HSL 62.41º 0.97% 0.55% -
HSV(B) 62.41º 0.89% 0.98% -
XYZ 71.31 87.95 14.25 -
YUV 222.77 17.52 141.71 -
System Red Green Blue C M Y K H S L
Decimal 242 251 27 0.04 0 0.89 0.02 62.41 0.97 0.55
Hex F2 FB 1B 4 0 59 2 3E 61 37
Octal 362 373 33 4 0 131 2 76 141 67
Binary 11110010 11111011 11011 100 0 1011001 10 111110 1100001 110111

Color Harmonies of #F2FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB1B

Black with #F2FB1B

Text Example


Text Example

White with #F2FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB1B; }

 p { color: rgb(242,251,27); }

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

background-color css

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

 a { background-color: rgb(242,251,27); }

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

border-color css

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

 span { border-color: rgb(242,251,27); }

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