Html Css Color HEX #F2F419 Lemon

📋 copy color: '#F2F419'

red 242 ◦ green 244 ◦ blue 25

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

Shades of Lemon #F2F419

Tints of Lemon #F2F419

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.75%

 BLUE value IS 25 (10.16% from 255) = 4.89%

R = 47.36%
G = 47.75%
B = 4.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F2F419 (or 0xF2F419) is known color: Lemon. HEX triplet: F2, F4 and 19. RGB value is (242,244,25). Sum of RGB (Red+Green+Blue) = 242+244+25=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 25 (10.16% from 255 or 4.89% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F419 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F419 is #0D0BE6. Grayscale: #DBDBDB. Windows color (decimal): -855015 or 1701106. OLE color: 1701106.

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

Color convert

RGB 242 244 25 -
CMYK 0.01 0 0.90 0.04
HSL 60.55º 0.91% 0.53% -
HSV(B) 60.55º 0.9% 0.96% -
XYZ 69.14 83.65 13.42 -
YUV 218.44 18.84 144.81 -
System Red Green Blue C M Y K H S L
Decimal 242 244 25 0.01 0 0.90 0.04 60.55 0.91 0.53
Hex F2 F4 19 1 0 5A 4 3D 5B 35
Octal 362 364 31 1 0 132 4 75 133 65
Binary 11110010 11110100 11001 1 0 1011010 100 111101 1011011 110101

Color Harmonies of #F2F419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F419

Black with #F2F419

Text Example


Text Example

White with #F2F419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F419; }

 p { color: rgb(242,244,25); }

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

background-color css

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

 a { background-color: rgb(242,244,25); }

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

border-color css

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

 span { border-color: rgb(242,244,25); }

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