Html Css Color HEX #F2F51B Lemon

📋 copy color: '#F2F51B'

red 242 ◦ green 245 ◦ blue 27

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

Shades of Lemon #F2F51B

Tints of Lemon #F2F51B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.67%

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

R = 47.08%
G = 47.67%
B = 5.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F2F51B (or 0xF2F51B) is known color: Lemon. HEX triplet: F2, F5 and 1B. RGB value is (242,245,27). Sum of RGB (Red+Green+Blue) = 242+245+27=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 27 (10.94% from 255 or 5.25% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F51B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F51B is #0D0AE4. Grayscale: #DCDCDC. Windows color (decimal): -854757 or 1832434. OLE color: 1832434.

HSL color Cylindrical-coordinate representation of color #F2F51B: hue angle of 60.83º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2F51B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 245 27 -
CMYK 0.01 0 0.89 0.04
HSL 60.83º 0.92% 0.53% -
HSV(B) 60.83º 0.89% 0.96% -
XYZ 69.47 84.26 13.64 -
YUV 219.25 19.51 144.23 -
System Red Green Blue C M Y K H S L
Decimal 242 245 27 0.01 0 0.89 0.04 60.83 0.92 0.53
Hex F2 F5 1B 1 0 59 4 3D 5C 35
Octal 362 365 33 1 0 131 4 75 134 65
Binary 11110010 11110101 11011 1 0 1011001 100 111101 1011100 110101

Color Harmonies of #F2F51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F51B

Black with #F2F51B

Text Example


Text Example

White with #F2F51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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