Html Css Color HEX #FFDC1C Lemon

📋 copy color: '#FFDC1C'

red 255 ◦ green 220 ◦ blue 28

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

Shades of Lemon #FFDC1C

Tints of Lemon #FFDC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.57%

R = 50.7%
G = 43.74%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFDC1C (or 0xFFDC1C) is known color: Lemon. HEX triplet: FF, DC and 1C. RGB value is (255,220,28). Sum of RGB (Red+Green+Blue) = 255+220+28=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 28 (11.33% from 255 or 5.57% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC1C is #0023E3. Grayscale: #D1D1D1. Windows color (decimal): -9188 or 1891583. OLE color: 1891583.

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

Color convert

RGB 255 220 28 -
CMYK 0 0.14 0.89 0
HSL 50.75º 1% 0.55% -
HSV(B) 50.75º 0.89% 1% -
XYZ 67.04 72.53 11.56 -
YUV 208.58 26.1 161.11 -
System Red Green Blue C M Y K H S L
Decimal 255 220 28 0 0.14 0.89 0 50.75 1 0.55
Hex FF DC 1C 0 E 59 0 33 64 37
Octal 377 334 34 0 16 131 0 63 144 67
Binary 11111111 11011100 11100 0 1110 1011001 0 110011 1100100 110111

Color Harmonies of #FFDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC1C

Black with #FFDC1C

Text Example


Text Example

White with #FFDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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