Html Css Color HEX #F2F71B Lemon

📋 copy color: '#F2F71B'

red 242 ◦ green 247 ◦ blue 27

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

Shades of Lemon #F2F71B

Tints of Lemon #F2F71B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.87%

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

R = 46.9%
G = 47.87%
B = 5.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F2F71B (or 0xF2F71B) is known color: Lemon. HEX triplet: F2, F7 and 1B. RGB value is (242,247,27). Sum of RGB (Red+Green+Blue) = 242+247+27=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 27 (10.94% from 255 or 5.23% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F71B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F71B is #0D08E4. Grayscale: #DDDDDD. Windows color (decimal): -854245 or 1832946. OLE color: 1832946.

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

Color convert

RGB 242 247 27 -
CMYK 0.02 0 0.89 0.03
HSL 61.36º 0.93% 0.54% -
HSV(B) 61.36º 0.89% 0.97% -
XYZ 70.08 85.48 13.84 -
YUV 220.43 18.84 143.39 -
System Red Green Blue C M Y K H S L
Decimal 242 247 27 0.02 0 0.89 0.03 61.36 0.93 0.54
Hex F2 F7 1B 2 0 59 3 3D 5D 36
Octal 362 367 33 2 0 131 3 75 135 66
Binary 11110010 11110111 11011 10 0 1011001 11 111101 1011101 110110

Color Harmonies of #F2F71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F71B

Black with #F2F71B

Text Example


Text Example

White with #F2F71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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