Html Css Color HEX #FFDF14 Lemon

📋 copy color: '#FFDF14'

red 255 ◦ green 223 ◦ blue 20

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

Shades of Lemon #FFDF14

Tints of Lemon #FFDF14

RGB

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

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

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

R = 51.2%
G = 44.78%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFDF14 (or 0xFFDF14) is known color: Lemon. HEX triplet: FF, DF and 14. RGB value is (255,223,20). Sum of RGB (Red+Green+Blue) = 255+223+20=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF14 is #0020EB. Grayscale: #D2D2D2. Windows color (decimal): -8428 or 1368063. OLE color: 1368063.

HSL color Cylindrical-coordinate representation of color #FFDF14: hue angle of 51.83º 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 #FFDF14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 20 -
CMYK 0 0.13 0.92 0
HSL 51.83º 1% 0.54% -
HSV(B) 51.83º 0.92% 1% -
XYZ 67.75 74.09 11.39 -
YUV 209.43 21.1 160.51 -
System Red Green Blue C M Y K H S L
Decimal 255 223 20 0 0.13 0.92 0 51.83 1 0.54
Hex FF DF 14 0 D 5C 0 34 64 36
Octal 377 337 24 0 15 134 0 64 144 66
Binary 11111111 11011111 10100 0 1101 1011100 0 110100 1100100 110110

Color Harmonies of #FFDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF14

Black with #FFDF14

Text Example


Text Example

White with #FFDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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