Html Css Color HEX #F0F322 Lemon

📋 copy color: '#F0F322'

red 240 ◦ green 243 ◦ blue 34

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

Shades of Lemon #F0F322

Tints of Lemon #F0F322

RGB

 RED value IS 240 (94.14% from 255) = 46.42%

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

 BLUE value IS 34 (13.67% from 255) = 6.58%

R = 46.42%
G = 47%
B = 6.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F0F322 (or 0xF0F322) is known color: Lemon. HEX triplet: F0, F3 and 22. RGB value is (240,243,34). Sum of RGB (Red+Green+Blue) = 240+243+34=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 34 (13.67% from 255 or 6.58% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F322 is #0F0CDD. Grayscale: #DBDBDB. Windows color (decimal): -986334 or 2290672. OLE color: 2290672.

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

Color convert

RGB 240 243 34 -
CMYK 0.01 0 0.86 0.05
HSL 60.86º 0.9% 0.54% -
HSV(B) 60.86º 0.86% 0.95% -
XYZ 68.27 82.74 13.89 -
YUV 218.28 24.01 143.49 -
System Red Green Blue C M Y K H S L
Decimal 240 243 34 0.01 0 0.86 0.05 60.86 0.9 0.54
Hex F0 F3 22 1 0 56 5 3D 5A 36
Octal 360 363 42 1 0 126 5 75 132 66
Binary 11110000 11110011 100010 1 0 1010110 101 111101 1011010 110110

Color Harmonies of #F0F322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F322

Black with #F0F322

Text Example


Text Example

White with #F0F322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F322; }

 p { color: rgb(240,243,34); }

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

background-color css

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

 a { background-color: rgb(240,243,34); }

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

border-color css

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

 span { border-color: rgb(240,243,34); }

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