Html Css Color HEX #FDE50D Lemon

📋 copy color: '#FDE50D'

red 253 ◦ green 229 ◦ blue 13

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

Shades of Lemon #FDE50D

Tints of Lemon #FDE50D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.26%

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

R = 51.11%
G = 46.26%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDE50D (or 0xFDE50D) is known color: Lemon. HEX triplet: FD, E5 and 0D. RGB value is (253,229,13). Sum of RGB (Red+Green+Blue) = 253+229+13=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 13 (5.47% from 255 or 2.63% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE50D is #021AF2. Grayscale: #D4D4D4. Windows color (decimal): -137971 or 910845. OLE color: 910845.

HSL color Cylindrical-coordinate representation of color #FDE50D: hue angle of 54º 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 #FDE50D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 229 13 -
CMYK 0 0.09 0.95 0.01
HSL 54º 0.98% 0.52% -
HSV(B) 54º 0.95% 0.99% -
XYZ 68.6 76.95 11.62 -
YUV 211.55 15.95 157.56 -
System Red Green Blue C M Y K H S L
Decimal 253 229 13 0 0.09 0.95 0.01 54 0.98 0.52
Hex FD E5 D 0 9 5F 1 36 62 34
Octal 375 345 15 0 11 137 1 66 142 64
Binary 11111101 11100101 1101 0 1001 1011111 1 110110 1100010 110100

Color Harmonies of #FDE50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE50D

Black with #FDE50D

Text Example


Text Example

White with #FDE50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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