Html Css Color HEX #F2F719 Lemon

📋 copy color: '#F2F719'

red 242 ◦ green 247 ◦ blue 25

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

Shades of Lemon #F2F719

Tints of Lemon #F2F719

RGB

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

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

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

R = 47.08%
G = 48.05%
B = 4.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F2F719 (or 0xF2F719) is known color: Lemon. HEX triplet: F2, F7 and 19. RGB value is (242,247,25). Sum of RGB (Red+Green+Blue) = 242+247+25=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 25 (10.16% from 255 or 4.86% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F719 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F719 is #0D08E6. Grayscale: #DDDDDD. Windows color (decimal): -854247 or 1701874. OLE color: 1701874.

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

Color convert

RGB 242 247 25 -
CMYK 0.02 0 0.90 0.03
HSL 61.35º 0.93% 0.53% -
HSV(B) 61.35º 0.9% 0.97% -
XYZ 70.05 85.47 13.72 -
YUV 220.2 17.84 143.55 -
System Red Green Blue C M Y K H S L
Decimal 242 247 25 0.02 0 0.90 0.03 61.35 0.93 0.53
Hex F2 F7 19 2 0 5A 3 3D 5D 35
Octal 362 367 31 2 0 132 3 75 135 65
Binary 11110010 11110111 11001 10 0 1011010 11 111101 1011101 110101

Color Harmonies of #F2F719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F719

Black with #F2F719

Text Example


Text Example

White with #F2F719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F719; }

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

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

background-color css

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

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

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

border-color css

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

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

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