Html Css Color HEX #FFDA14 Lemon

📋 copy color: '#FFDA14'

red 255 ◦ green 218 ◦ blue 20

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

Shades of Lemon #FFDA14

Tints of Lemon #FFDA14

RGB

 RED value IS 255 (100% from 255) = 51.72%

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

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

R = 51.72%
G = 44.22%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFDA14 (or 0xFFDA14) is known color: Lemon. HEX triplet: FF, DA and 14. RGB value is (255,218,20). Sum of RGB (Red+Green+Blue) = 255+218+20=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA14 is #0025EB. Grayscale: #CFCFCF. Windows color (decimal): -9708 or 1366783. OLE color: 1366783.

HSL color Cylindrical-coordinate representation of color #FFDA14: hue angle of 50.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFDA14 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 20 -
CMYK 0 0.15 0.92 0
HSL 50.55º 1% 0.54% -
HSV(B) 50.55º 0.92% 1% -
XYZ 66.44 71.45 10.95 -
YUV 206.49 22.76 162.6 -
System Red Green Blue C M Y K H S L
Decimal 255 218 20 0 0.15 0.92 0 50.55 1 0.54
Hex FF DA 14 0 F 5C 0 33 64 36
Octal 377 332 24 0 17 134 0 63 144 66
Binary 11111111 11011010 10100 0 1111 1011100 0 110011 1100100 110110

Color Harmonies of #FFDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA14

Black with #FFDA14

Text Example


Text Example

White with #FFDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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