Html Css Color HEX #FDE10D Lemon

📋 copy color: '#FDE10D'

red 253 ◦ green 225 ◦ blue 13

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

Shades of Lemon #FDE10D

Tints of Lemon #FDE10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.65%

R = 51.53%
G = 45.82%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDE10D (or 0xFDE10D) is known color: Lemon. HEX triplet: FD, E1 and 0D. RGB value is (253,225,13). Sum of RGB (Red+Green+Blue) = 253+225+13=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE10D is #021EF2. Grayscale: #D2D2D2. Windows color (decimal): -138995 or 909821. OLE color: 909821.

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

Color convert

RGB 253 225 13 -
CMYK 0 0.11 0.95 0.01
HSL 53º 0.98% 0.52% -
HSV(B) 53º 0.95% 0.99% -
XYZ 67.51 74.76 11.25 -
YUV 209.2 17.28 159.24 -
System Red Green Blue C M Y K H S L
Decimal 253 225 13 0 0.11 0.95 0.01 53 0.98 0.52
Hex FD E1 D 0 B 5F 1 35 62 34
Octal 375 341 15 0 13 137 1 65 142 64
Binary 11111101 11100001 1101 0 1011 1011111 1 110101 1100010 110100

Color Harmonies of #FDE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE10D

Black with #FDE10D

Text Example


Text Example

White with #FDE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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