Html Css Color HEX #F0F318 Lemon

📋 copy color: '#F0F318'

red 240 ◦ green 243 ◦ blue 24

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

Shades of Lemon #F0F318

Tints of Lemon #F0F318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.73%

R = 47.34%
G = 47.93%
B = 4.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F0F318 (or 0xF0F318) is known color: Lemon. HEX triplet: F0, F3 and 18. RGB value is (240,243,24). Sum of RGB (Red+Green+Blue) = 240+243+24=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F318 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F318 is #0F0CE7. Grayscale: #DADADA. Windows color (decimal): -986344 or 1635312. OLE color: 1635312.

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

Color convert

RGB 240 243 24 -
CMYK 0.01 0 0.90 0.05
HSL 60.82º 0.9% 0.52% -
HSV(B) 60.82º 0.9% 0.95% -
XYZ 68.15 82.69 13.23 -
YUV 217.14 19.01 144.31 -
System Red Green Blue C M Y K H S L
Decimal 240 243 24 0.01 0 0.90 0.05 60.82 0.9 0.52
Hex F0 F3 18 1 0 5A 5 3D 5A 34
Octal 360 363 30 1 0 132 5 75 132 64
Binary 11110000 11110011 11000 1 0 1011010 101 111101 1011010 110100

Color Harmonies of #F0F318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F318

Black with #F0F318

Text Example


Text Example

White with #F0F318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F318; }

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

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

background-color css

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

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

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

border-color css

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

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

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