Html Css Color HEX #FDE61A Lemon

📋 copy color: '#FDE61A'

red 253 ◦ green 230 ◦ blue 26

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

Shades of Lemon #FDE61A

Tints of Lemon #FDE61A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.19%

 BLUE value IS 26 (10.55% from 255) = 5.11%

R = 49.71%
G = 45.19%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDE61A (or 0xFDE61A) is known color: Lemon. HEX triplet: FD, E6 and 1A. RGB value is (253,230,26). Sum of RGB (Red+Green+Blue) = 253+230+26=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 26 (10.55% from 255 or 5.11% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE61A is #0219E5. Grayscale: #D6D6D6. Windows color (decimal): -137702 or 1763069. OLE color: 1763069.

HSL color Cylindrical-coordinate representation of color #FDE61A: hue angle of 53.92º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDE61A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 26 -
CMYK 0 0.09 0.90 0.01
HSL 53.92º 0.98% 0.55% -
HSV(B) 53.92º 0.9% 0.99% -
XYZ 68.99 77.55 12.31 -
YUV 213.62 22.12 156.09 -
System Red Green Blue C M Y K H S L
Decimal 253 230 26 0 0.09 0.90 0.01 53.92 0.98 0.55
Hex FD E6 1A 0 9 5A 1 36 62 37
Octal 375 346 32 0 11 132 1 66 142 67
Binary 11111101 11100110 11010 0 1001 1011010 1 110110 1100010 110111

Color Harmonies of #FDE61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE61A

Black with #FDE61A

Text Example


Text Example

White with #FDE61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE61A; }

 p { color: rgb(253,230,26); }

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

background-color css

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

 a { background-color: rgb(253,230,26); }

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

border-color css

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

 span { border-color: rgb(253,230,26); }

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