Html Css Color HEX #FDE61B Lemon

📋 copy color: '#FDE61B'

red 253 ◦ green 230 ◦ blue 27

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

Shades of Lemon #FDE61B

Tints of Lemon #FDE61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.29%

R = 49.61%
G = 45.1%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDE61B (or 0xFDE61B) is known color: Lemon. HEX triplet: FD, E6 and 1B. RGB value is (253,230,27). Sum of RGB (Red+Green+Blue) = 253+230+27=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 27 (10.94% from 255 or 5.29% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE61B is #0219E4. Grayscale: #D6D6D6. Windows color (decimal): -137701 or 1828605. OLE color: 1828605.

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

Color convert

RGB 253 230 27 -
CMYK 0 0.09 0.89 0.01
HSL 53.89º 0.98% 0.55% -
HSV(B) 53.89º 0.89% 0.99% -
XYZ 69 77.56 12.37 -
YUV 213.74 22.62 156.01 -
System Red Green Blue C M Y K H S L
Decimal 253 230 27 0 0.09 0.89 0.01 53.89 0.98 0.55
Hex FD E6 1B 0 9 59 1 36 62 37
Octal 375 346 33 0 11 131 1 66 142 67
Binary 11111101 11100110 11011 0 1001 1011001 1 110110 1100010 110111

Color Harmonies of #FDE61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE61B

Black with #FDE61B

Text Example


Text Example

White with #FDE61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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