Html Css Color HEX #F2F316 Lemon

📋 copy color: '#F2F316'

red 242 ◦ green 243 ◦ blue 22

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

Shades of Lemon #F2F316

Tints of Lemon #F2F316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.34%

R = 47.73%
G = 47.93%
B = 4.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2F316 (or 0xF2F316) is known color: Lemon. HEX triplet: F2, F3 and 16. RGB value is (242,243,22). Sum of RGB (Red+Green+Blue) = 242+243+22=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 22 (8.98% from 255 or 4.34% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F316 is #0D0CE9. Grayscale: #DADADA. Windows color (decimal): -855274 or 1504242. OLE color: 1504242.

HSL color Cylindrical-coordinate representation of color #F2F316: 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.91%. Process color model (Four color, CMYK) of #F2F316 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 243 22 -
CMYK 0.00 0 0.91 0.05
HSL 60.27º 0.9% 0.52% -
HSV(B) 60.27º 0.91% 0.95% -
XYZ 68.81 83.04 13.16 -
YUV 217.51 17.67 145.47 -
System Red Green Blue C M Y K H S L
Decimal 242 243 22 0.00 0 0.91 0.05 60.27 0.9 0.52
Hex F2 F3 16 0 0 5B 5 3C 5A 34
Octal 362 363 26 0 0 133 5 74 132 64
Binary 11110010 11110011 10110 0 0 1011011 101 111100 1011010 110100

Color Harmonies of #F2F316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F316

Black with #F2F316

Text Example


Text Example

White with #F2F316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F316; }

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

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

background-color css

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

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

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

border-color css

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

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

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