Html Css Color HEX #F0F413 Lemon

📋 copy color: '#F0F413'

red 240 ◦ green 244 ◦ blue 19

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

Shades of Lemon #F0F413

Tints of Lemon #F0F413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.51%

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

R = 47.71%
G = 48.51%
B = 3.78%

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

#F0F413 (or 0xF0F413) is known color: Lemon. HEX triplet: F0, F4 and 13. RGB value is (240,244,19). Sum of RGB (Red+Green+Blue) = 240+244+19=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 19 (7.81% from 255 or 3.78% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F413 is #0F0BEC. Grayscale: #DADADA. Windows color (decimal): -986093 or 1307888. OLE color: 1307888.

HSL color Cylindrical-coordinate representation of color #F0F413: hue angle of 61.07º degrees, saturation: 0.91, 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 #F0F413 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 244 19 -
CMYK 0.02 0 0.92 0.04
HSL 61.07º 0.91% 0.52% -
HSV(B) 61.07º 0.92% 0.96% -
XYZ 68.4 83.27 13.08 -
YUV 217.15 16.17 144.3 -
System Red Green Blue C M Y K H S L
Decimal 240 244 19 0.02 0 0.92 0.04 61.07 0.91 0.52
Hex F0 F4 13 2 0 5C 4 3D 5B 34
Octal 360 364 23 2 0 134 4 75 133 64
Binary 11110000 11110100 10011 10 0 1011100 100 111101 1011011 110100

Color Harmonies of #F0F413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F413

Black with #F0F413

Text Example


Text Example

White with #F0F413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F413; }

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

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

background-color css

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

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

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

border-color css

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

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

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