Html Css Color HEX #F2F51D Lemon

📋 copy color: '#F2F51D'

red 242 ◦ green 245 ◦ blue 29

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

Shades of Lemon #F2F51D

Tints of Lemon #F2F51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.62%

R = 46.9%
G = 47.48%
B = 5.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F2F51D (or 0xF2F51D) is known color: Lemon. HEX triplet: F2, F5 and 1D. RGB value is (242,245,29). Sum of RGB (Red+Green+Blue) = 242+245+29=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 29 (11.72% from 255 or 5.62% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #F2F51D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F51D is #0D0AE2. Grayscale: #DCDCDC. Windows color (decimal): -854755 or 1963506. OLE color: 1963506.

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

Color convert

RGB 242 245 29 -
CMYK 0.01 0 0.88 0.04
HSL 60.83º 0.92% 0.54% -
HSV(B) 60.83º 0.88% 0.96% -
XYZ 69.49 84.27 13.77 -
YUV 219.48 20.51 144.06 -
System Red Green Blue C M Y K H S L
Decimal 242 245 29 0.01 0 0.88 0.04 60.83 0.92 0.54
Hex F2 F5 1D 1 0 58 4 3D 5C 36
Octal 362 365 35 1 0 130 4 75 134 66
Binary 11110010 11110101 11101 1 0 1011000 100 111101 1011100 110110

Color Harmonies of #F2F51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F51D

Black with #F2F51D

Text Example


Text Example

White with #F2F51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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