Html Css Color HEX #F2F714 Lemon

📋 copy color: '#F2F714'

red 242 ◦ green 247 ◦ blue 20

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

Shades of Lemon #F2F714

Tints of Lemon #F2F714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.93%

R = 47.54%
G = 48.53%
B = 3.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F2F714 (or 0xF2F714) is known color: Lemon. HEX triplet: F2, F7 and 14. RGB value is (242,247,20). Sum of RGB (Red+Green+Blue) = 242+247+20=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F714 is #0D08EB. Grayscale: #DCDCDC. Windows color (decimal): -854252 or 1374194. OLE color: 1374194.

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

Color convert

RGB 242 247 20 -
CMYK 0.02 0 0.92 0.03
HSL 61.32º 0.93% 0.52% -
HSV(B) 61.32º 0.92% 0.97% -
XYZ 70 85.45 13.47 -
YUV 219.63 15.34 143.96 -
System Red Green Blue C M Y K H S L
Decimal 242 247 20 0.02 0 0.92 0.03 61.32 0.93 0.52
Hex F2 F7 14 2 0 5C 3 3D 5D 34
Octal 362 367 24 2 0 134 3 75 135 64
Binary 11110010 11110111 10100 10 0 1011100 11 111101 1011101 110100

Color Harmonies of #F2F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F714

Black with #F2F714

Text Example


Text Example

White with #F2F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F714; }

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

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

background-color css

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

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

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

border-color css

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

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

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