Html Css Color HEX #FFDE10 Lemon

📋 copy color: '#FFDE10'

red 255 ◦ green 222 ◦ blue 16

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

Shades of Lemon #FFDE10

Tints of Lemon #FFDE10

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

 BLUE value IS 16 (6.64% from 255) = 3.25%

R = 51.72%
G = 45.03%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFDE10 (or 0xFFDE10) is known color: Lemon. HEX triplet: FF, DE and 10. RGB value is (255,222,16). Sum of RGB (Red+Green+Blue) = 255+222+16=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE10 is #0021EF. Grayscale: #D1D1D1. Windows color (decimal): -8688 or 1105663. OLE color: 1105663.

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

Color convert

RGB 255 222 16 -
CMYK 0 0.13 0.94 0
HSL 51.72º 1% 0.53% -
HSV(B) 51.72º 0.94% 1% -
XYZ 67.45 73.54 11.13 -
YUV 208.38 19.43 161.25 -
System Red Green Blue C M Y K H S L
Decimal 255 222 16 0 0.13 0.94 0 51.72 1 0.53
Hex FF DE 10 0 D 5E 0 34 64 35
Octal 377 336 20 0 15 136 0 64 144 65
Binary 11111111 11011110 10000 0 1101 1011110 0 110100 1100100 110101

Color Harmonies of #FFDE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE10

Black with #FFDE10

Text Example


Text Example

White with #FFDE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE10; }

 p { color: rgb(255,222,16); }

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

background-color css

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

 a { background-color: rgb(255,222,16); }

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

border-color css

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

 span { border-color: rgb(255,222,16); }

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