Html Css Color HEX #FDE10A Lemon

📋 copy color: '#FDE10A'

red 253 ◦ green 225 ◦ blue 10

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

Shades of Lemon #FDE10A

Tints of Lemon #FDE10A

RGB

 RED value IS 253 (99.22% from 255) = 51.84%

 GREEN value IS 225 (88.28% from 255) = 46.11%

 BLUE value IS 10 (4.3% from 255) = 2.05%

R = 51.84%
G = 46.11%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDE10A (or 0xFDE10A) is known color: Lemon. HEX triplet: FD, E1 and 0A. RGB value is (253,225,10). Sum of RGB (Red+Green+Blue) = 253+225+10=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE10A is #021EF5. Grayscale: #D1D1D1. Windows color (decimal): -138998 or 713213. OLE color: 713213.

HSL color Cylindrical-coordinate representation of color #FDE10A: hue angle of 53.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDE10A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 225 10 -
CMYK 0 0.11 0.96 0.01
HSL 53.09º 0.98% 0.52% -
HSV(B) 53.09º 0.96% 0.99% -
XYZ 67.49 74.75 11.16 -
YUV 208.86 15.78 159.48 -
System Red Green Blue C M Y K H S L
Decimal 253 225 10 0 0.11 0.96 0.01 53.09 0.98 0.52
Hex FD E1 A 0 B 60 1 35 62 34
Octal 375 341 12 0 13 140 1 65 142 64
Binary 11111101 11100001 1010 0 1011 1100000 1 110101 1100010 110100

Color Harmonies of #FDE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE10A

Black with #FDE10A

Text Example


Text Example

White with #FDE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE10A; }

 p { color: rgb(253,225,10); }

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

background-color css

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

 a { background-color: rgb(253,225,10); }

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

border-color css

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

 span { border-color: rgb(253,225,10); }

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