Html Css Color HEX #F4DC15 Lemon

📋 copy color: '#F4DC15'

red 244 ◦ green 220 ◦ blue 21

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

Shades of Lemon #F4DC15

Tints of Lemon #F4DC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

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

R = 50.31%
G = 45.36%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F4DC15 (or 0xF4DC15) is known color: Lemon. HEX triplet: F4, DC and 15. RGB value is (244,220,21). Sum of RGB (Red+Green+Blue) = 244+220+21=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DC15 is #0B23EA. Grayscale: #CDCDCD. Windows color (decimal): -730091 or 1432820. OLE color: 1432820.

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

Color convert

RGB 244 220 21 -
CMYK 0 0.10 0.91 0.04
HSL 53.54º 0.91% 0.52% -
HSV(B) 53.54º 0.91% 0.96% -
XYZ 63.04 70.47 10.99 -
YUV 204.49 24.45 156.18 -
System Red Green Blue C M Y K H S L
Decimal 244 220 21 0 0.10 0.91 0.04 53.54 0.91 0.52
Hex F4 DC 15 0 A 5B 4 36 5B 34
Octal 364 334 25 0 12 133 4 66 133 64
Binary 11110100 11011100 10101 0 1010 1011011 100 110110 1011011 110100

Color Harmonies of #F4DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DC15

Black with #F4DC15

Text Example


Text Example

White with #F4DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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