Html Css Color HEX #F4F015 Lemon

📋 copy color: '#F4F015'

red 244 ◦ green 240 ◦ blue 21

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

Shades of Lemon #F4F015

Tints of Lemon #F4F015

RGB

 RED value IS 244 (95.7% from 255) = 48.32%

 GREEN value IS 240 (94.14% from 255) = 47.52%

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

R = 48.32%
G = 47.52%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F4F015 (or 0xF4F015) is known color: Lemon. HEX triplet: F4, F0 and 15. RGB value is (244,240,21). Sum of RGB (Red+Green+Blue) = 244+240+21=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 21 (8.59% from 255 or 4.16% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F4F015 is #0B0FEA. Grayscale: #D9D9D9. Windows color (decimal): -724971 or 1437940. OLE color: 1437940.

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

Color convert

RGB 244 240 21 -
CMYK 0 0.02 0.91 0.04
HSL 58.92º 0.91% 0.52% -
HSV(B) 58.92º 0.91% 0.96% -
XYZ 68.6 81.61 12.85 -
YUV 216.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 244 240 21 0 0.02 0.91 0.04 58.92 0.91 0.52
Hex F4 F0 15 0 2 5B 4 3B 5B 34
Octal 364 360 25 0 2 133 4 73 133 64
Binary 11110100 11110000 10101 0 10 1011011 100 111011 1011011 110100

Color Harmonies of #F4F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F015

Black with #F4F015

Text Example


Text Example

White with #F4F015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F015; }

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

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

background-color css

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

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

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

border-color css

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

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

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