Html Css Color HEX #FDE80A Lemon

📋 copy color: '#FDE80A'

red 253 ◦ green 232 ◦ blue 10

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

Shades of Lemon #FDE80A

Tints of Lemon #FDE80A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.87%

 BLUE value IS 10 (4.3% from 255) = 2.02%

R = 51.11%
G = 46.87%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDE80A (or 0xFDE80A) is known color: Lemon. HEX triplet: FD, E8 and 0A. RGB value is (253,232,10). Sum of RGB (Red+Green+Blue) = 253+232+10=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 10 (4.30% from 255 or 2.02% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE80A is #0217F5. Grayscale: #D5D5D5. Windows color (decimal): -137206 or 715005. OLE color: 715005.

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

Color convert

RGB 253 232 10 -
CMYK 0 0.08 0.96 0.01
HSL 54.81º 0.98% 0.52% -
HSV(B) 54.81º 0.96% 0.99% -
XYZ 69.42 78.62 11.8 -
YUV 212.97 13.46 156.55 -
System Red Green Blue C M Y K H S L
Decimal 253 232 10 0 0.08 0.96 0.01 54.81 0.98 0.52
Hex FD E8 A 0 8 60 1 37 62 34
Octal 375 350 12 0 10 140 1 67 142 64
Binary 11111101 11101000 1010 0 1000 1100000 1 110111 1100010 110100

Color Harmonies of #FDE80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE80A

Black with #FDE80A

Text Example


Text Example

White with #FDE80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE80A; }

 p { color: rgb(253,232,10); }

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

background-color css

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

 a { background-color: rgb(253,232,10); }

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

border-color css

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

 span { border-color: rgb(253,232,10); }

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