Html Css Color HEX #FFDC18 Lemon

📋 copy color: '#FFDC18'

red 255 ◦ green 220 ◦ blue 24

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

Shades of Lemon #FFDC18

Tints of Lemon #FFDC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.81%

R = 51.1%
G = 44.09%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFDC18 (or 0xFFDC18) is known color: Lemon. HEX triplet: FF, DC and 18. RGB value is (255,220,24). Sum of RGB (Red+Green+Blue) = 255+220+24=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC18 is #0023E7. Grayscale: #D0D0D0. Windows color (decimal): -9192 or 1629439. OLE color: 1629439.

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

Color convert

RGB 255 220 24 -
CMYK 0 0.14 0.91 0
HSL 50.91º 1% 0.55% -
HSV(B) 50.91º 0.91% 1% -
XYZ 67 72.51 11.33 -
YUV 208.12 24.1 161.44 -
System Red Green Blue C M Y K H S L
Decimal 255 220 24 0 0.14 0.91 0 50.91 1 0.55
Hex FF DC 18 0 E 5B 0 33 64 37
Octal 377 334 30 0 16 133 0 63 144 67
Binary 11111111 11011100 11000 0 1110 1011011 0 110011 1100100 110111

Color Harmonies of #FFDC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC18

Black with #FFDC18

Text Example


Text Example

White with #FFDC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC18; }

 p { color: rgb(255,220,24); }

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

background-color css

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

 a { background-color: rgb(255,220,24); }

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

border-color css

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

 span { border-color: rgb(255,220,24); }

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