Html Css Color HEX #F0DF18 Lemon

📋 copy color: '#F0DF18'

red 240 ◦ green 223 ◦ blue 24

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

Shades of Lemon #F0DF18

Tints of Lemon #F0DF18

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

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

R = 49.28%
G = 45.79%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F0DF18 (or 0xF0DF18) is known color: Lemon. HEX triplet: F0, DF and 18. RGB value is (240,223,24). Sum of RGB (Red+Green+Blue) = 240+223+24=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF18 is #0F20E7. Grayscale: #CECECE. Windows color (decimal): -991464 or 1630192. OLE color: 1630192.

HSL color Cylindrical-coordinate representation of color #F0DF18: hue angle of 55.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0DF18 is Cyan = 0, Magento = 0.07, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 24 -
CMYK 0 0.07 0.9 0.06
HSL 55.28º 0.88% 0.52% -
HSV(B) 55.28º 0.9% 0.94% -
XYZ 62.49 71.37 11.35 -
YUV 205.4 25.63 152.68 -
System Red Green Blue C M Y K H S L
Decimal 240 223 24 0 0.07 0.9 0.06 55.28 0.88 0.52
Hex F0 DF 18 0 7 5A 6 37 58 34
Octal 360 337 30 0 7 132 6 67 130 64
Binary 11110000 11011111 11000 0 111 1011010 110 110111 1011000 110100

Color Harmonies of #F0DF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF18

Black with #F0DF18

Text Example


Text Example

White with #F0DF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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