Html Css Color HEX #FDE30D Lemon

📋 copy color: '#FDE30D'

red 253 ◦ green 227 ◦ blue 13

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

Shades of Lemon #FDE30D

Tints of Lemon #FDE30D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.04%

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

R = 51.32%
G = 46.04%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDE30D (or 0xFDE30D) is known color: Lemon. HEX triplet: FD, E3 and 0D. RGB value is (253,227,13). Sum of RGB (Red+Green+Blue) = 253+227+13=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 13 (5.47% from 255 or 2.64% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE30D is #021CF2. Grayscale: #D3D3D3. Windows color (decimal): -138483 or 910333. OLE color: 910333.

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

Color convert

RGB 253 227 13 -
CMYK 0 0.10 0.95 0.01
HSL 53.5º 0.98% 0.52% -
HSV(B) 53.5º 0.95% 0.99% -
XYZ 68.05 75.85 11.43 -
YUV 210.38 16.61 158.4 -
System Red Green Blue C M Y K H S L
Decimal 253 227 13 0 0.10 0.95 0.01 53.5 0.98 0.52
Hex FD E3 D 0 A 5F 1 36 62 34
Octal 375 343 15 0 12 137 1 66 142 64
Binary 11111101 11100011 1101 0 1010 1011111 1 110110 1100010 110100

Color Harmonies of #FDE30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE30D

Black with #FDE30D

Text Example


Text Example

White with #FDE30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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