Html Css Color HEX #F0F320 Lemon

📋 copy color: '#F0F320'

red 240 ◦ green 243 ◦ blue 32

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

Shades of Lemon #F0F320

Tints of Lemon #F0F320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.21%

R = 46.6%
G = 47.18%
B = 6.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F0F320 (or 0xF0F320) is known color: Lemon. HEX triplet: F0, F3 and 20. RGB value is (240,243,32). Sum of RGB (Red+Green+Blue) = 240+243+32=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 32 (12.89% from 255 or 6.21% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F320 is #0F0CDF. Grayscale: #DADADA. Windows color (decimal): -986336 or 2159600. OLE color: 2159600.

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

Color convert

RGB 240 243 32 -
CMYK 0.01 0 0.87 0.05
HSL 60.85º 0.9% 0.54% -
HSV(B) 60.85º 0.87% 0.95% -
XYZ 68.25 82.73 13.74 -
YUV 218.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 240 243 32 0.01 0 0.87 0.05 60.85 0.9 0.54
Hex F0 F3 20 1 0 57 5 3D 5A 36
Octal 360 363 40 1 0 127 5 75 132 66
Binary 11110000 11110011 100000 1 0 1010111 101 111101 1011010 110110

Color Harmonies of #F0F320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F320

Black with #F0F320

Text Example


Text Example

White with #F0F320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F320; }

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

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

background-color css

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

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

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

border-color css

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

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

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