Html Css Color HEX #FFDB14 Lemon

📋 copy color: '#FFDB14'

red 255 ◦ green 219 ◦ blue 20

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

Shades of Lemon #FFDB14

Tints of Lemon #FFDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

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

R = 51.62%
G = 44.33%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFDB14 (or 0xFFDB14) is known color: Lemon. HEX triplet: FF, DB and 14. RGB value is (255,219,20). Sum of RGB (Red+Green+Blue) = 255+219+20=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDB14 is #0024EB. Grayscale: #CFCFCF. Windows color (decimal): -9452 or 1367039. OLE color: 1367039.

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

Color convert

RGB 255 219 20 -
CMYK 0 0.14 0.92 0
HSL 50.81º 1% 0.54% -
HSV(B) 50.81º 0.92% 1% -
XYZ 66.7 71.97 11.04 -
YUV 207.08 22.43 162.18 -
System Red Green Blue C M Y K H S L
Decimal 255 219 20 0 0.14 0.92 0 50.81 1 0.54
Hex FF DB 14 0 E 5C 0 33 64 36
Octal 377 333 24 0 16 134 0 63 144 66
Binary 11111111 11011011 10100 0 1110 1011100 0 110011 1100100 110110

Color Harmonies of #FFDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB14

Black with #FFDB14

Text Example


Text Example

White with #FFDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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