Html Css Color HEX #F4DA14 Lemon

📋 copy color: '#F4DA14'

red 244 ◦ green 218 ◦ blue 20

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

Shades of Lemon #F4DA14

Tints of Lemon #F4DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 20 (8.2% from 255) = 4.15%

R = 50.62%
G = 45.23%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F4DA14 (or 0xF4DA14) is known color: Lemon. HEX triplet: F4, DA and 14. RGB value is (244,218,20). Sum of RGB (Red+Green+Blue) = 244+218+20=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DA14 is #0B25EB. Grayscale: #CCCCCC. Windows color (decimal): -730604 or 1366772. OLE color: 1366772.

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

Color convert

RGB 244 218 20 -
CMYK 0 0.11 0.92 0.04
HSL 53.04º 0.91% 0.52% -
HSV(B) 53.04º 0.92% 0.96% -
XYZ 62.51 69.43 10.77 -
YUV 203.2 24.61 157.1 -
System Red Green Blue C M Y K H S L
Decimal 244 218 20 0 0.11 0.92 0.04 53.04 0.91 0.52
Hex F4 DA 14 0 B 5C 4 35 5B 34
Octal 364 332 24 0 13 134 4 65 133 64
Binary 11110100 11011010 10100 0 1011 1011100 100 110101 1011011 110100

Color Harmonies of #F4DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DA14

Black with #F4DA14

Text Example


Text Example

White with #F4DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DA14; }

 p { color: rgb(244,218,20); }

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

background-color css

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

 a { background-color: rgb(244,218,20); }

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

border-color css

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

 span { border-color: rgb(244,218,20); }

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