Html Css Color HEX #F0F513 Lemon

📋 copy color: '#F0F513'

red 240 ◦ green 245 ◦ blue 19

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

Shades of Lemon #F0F513

Tints of Lemon #F0F513

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.61%

 BLUE value IS 19 (7.81% from 255) = 3.77%

R = 47.62%
G = 48.61%
B = 3.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F0F513 (or 0xF0F513) is known color: Lemon. HEX triplet: F0, F5 and 13. RGB value is (240,245,19). Sum of RGB (Red+Green+Blue) = 240+245+19=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 19 (7.81% from 255 or 3.77% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F513 is #0F0AEC. Grayscale: #DADADA. Windows color (decimal): -985837 or 1308144. OLE color: 1308144.

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

Color convert

RGB 240 245 19 -
CMYK 0.02 0 0.92 0.04
HSL 61.33º 0.92% 0.52% -
HSV(B) 61.33º 0.92% 0.96% -
XYZ 68.71 83.88 13.18 -
YUV 217.74 15.84 143.88 -
System Red Green Blue C M Y K H S L
Decimal 240 245 19 0.02 0 0.92 0.04 61.33 0.92 0.52
Hex F0 F5 13 2 0 5C 4 3D 5C 34
Octal 360 365 23 2 0 134 4 75 134 64
Binary 11110000 11110101 10011 10 0 1011100 100 111101 1011100 110100

Color Harmonies of #F0F513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F513

Black with #F0F513

Text Example


Text Example

White with #F0F513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F513; }

 p { color: rgb(240,245,19); }

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

background-color css

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

 a { background-color: rgb(240,245,19); }

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

border-color css

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

 span { border-color: rgb(240,245,19); }

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