Html Css Color HEX #FDE01A Lemon

📋 copy color: '#FDE01A'

red 253 ◦ green 224 ◦ blue 26

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

Shades of Lemon #FDE01A

Tints of Lemon #FDE01A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

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

R = 50.3%
G = 44.53%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDE01A (or 0xFDE01A) is known color: Lemon. HEX triplet: FD, E0 and 1A. RGB value is (253,224,26). Sum of RGB (Red+Green+Blue) = 253+224+26=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 26 (10.55% from 255 or 5.17% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE01A is #021FE5. Grayscale: #D2D2D2. Windows color (decimal): -139238 or 1761533. OLE color: 1761533.

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

Color convert

RGB 253 224 26 -
CMYK 0 0.11 0.90 0.01
HSL 52.33º 0.98% 0.55% -
HSV(B) 52.33º 0.9% 0.99% -
XYZ 67.35 74.27 11.76 -
YUV 210.1 24.11 158.6 -
System Red Green Blue C M Y K H S L
Decimal 253 224 26 0 0.11 0.90 0.01 52.33 0.98 0.55
Hex FD E0 1A 0 B 5A 1 34 62 37
Octal 375 340 32 0 13 132 1 64 142 67
Binary 11111101 11100000 11010 0 1011 1011010 1 110100 1100010 110111

Color Harmonies of #FDE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE01A

Black with #FDE01A

Text Example


Text Example

White with #FDE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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