Html Css Color HEX #F0DF15 Lemon

📋 copy color: '#F0DF15'

red 240 ◦ green 223 ◦ blue 21

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

Shades of Lemon #F0DF15

Tints of Lemon #F0DF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.34%

R = 49.59%
G = 46.07%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0DF15 (or 0xF0DF15) is known color: Lemon. HEX triplet: F0, DF and 15. RGB value is (240,223,21). Sum of RGB (Red+Green+Blue) = 240+223+21=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0DF15 is #0F20EA. Grayscale: #CDCDCD. Windows color (decimal): -991467 or 1433584. OLE color: 1433584.

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

Color convert

RGB 240 223 21 -
CMYK 0 0.07 0.91 0.06
HSL 55.34º 0.88% 0.51% -
HSV(B) 55.34º 0.91% 0.94% -
XYZ 62.46 71.35 11.19 -
YUV 205.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 240 223 21 0 0.07 0.91 0.06 55.34 0.88 0.51
Hex F0 DF 15 0 7 5B 6 37 58 33
Octal 360 337 25 0 7 133 6 67 130 63
Binary 11110000 11011111 10101 0 111 1011011 110 110111 1011000 110011

Color Harmonies of #F0DF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF15

Black with #F0DF15

Text Example


Text Example

White with #F0DF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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