Html Css Color HEX #F2F314 Lemon

📋 copy color: '#F2F314'

red 242 ◦ green 243 ◦ blue 20

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

Shades of Lemon #F2F314

Tints of Lemon #F2F314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.12%

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

R = 47.92%
G = 48.12%
B = 3.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2F314 (or 0xF2F314) is known color: Lemon. HEX triplet: F2, F3 and 14. RGB value is (242,243,20). Sum of RGB (Red+Green+Blue) = 242+243+20=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F314 is #0D0CEB. Grayscale: #DADADA. Windows color (decimal): -855276 or 1373170. OLE color: 1373170.

HSL color Cylindrical-coordinate representation of color #F2F314: hue angle of 60.27º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2F314 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 243 20 -
CMYK 0.00 0 0.92 0.05
HSL 60.27º 0.9% 0.52% -
HSV(B) 60.27º 0.92% 0.95% -
XYZ 68.79 83.03 13.06 -
YUV 217.28 16.67 145.63 -
System Red Green Blue C M Y K H S L
Decimal 242 243 20 0.00 0 0.92 0.05 60.27 0.9 0.52
Hex F2 F3 14 0 0 5C 5 3C 5A 34
Octal 362 363 24 0 0 134 5 74 132 64
Binary 11110010 11110011 10100 0 0 1011100 101 111100 1011010 110100

Color Harmonies of #F2F314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F314

Black with #F2F314

Text Example


Text Example

White with #F2F314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F314; }

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

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

background-color css

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

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

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

border-color css

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

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

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