Html Css Color HEX #FDE71A Lemon

📋 copy color: '#FDE71A'

red 253 ◦ green 231 ◦ blue 26

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

Shades of Lemon #FDE71A

Tints of Lemon #FDE71A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.29%

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

R = 49.61%
G = 45.29%
B = 5.1%

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

#FDE71A (or 0xFDE71A) is known color: Lemon. HEX triplet: FD, E7 and 1A. RGB value is (253,231,26). Sum of RGB (Red+Green+Blue) = 253+231+26=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 26 (10.55% from 255 or 5.10% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE71A is #0218E5. Grayscale: #D7D7D7. Windows color (decimal): -137446 or 1763325. OLE color: 1763325.

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

Color convert

RGB 253 231 26 -
CMYK 0 0.09 0.90 0.01
HSL 54.19º 0.98% 0.55% -
HSV(B) 54.19º 0.9% 0.99% -
XYZ 69.27 78.11 12.4 -
YUV 214.21 21.79 155.67 -
System Red Green Blue C M Y K H S L
Decimal 253 231 26 0 0.09 0.90 0.01 54.19 0.98 0.55
Hex FD E7 1A 0 9 5A 1 36 62 37
Octal 375 347 32 0 11 132 1 66 142 67
Binary 11111101 11100111 11010 0 1001 1011010 1 110110 1100010 110111

Color Harmonies of #FDE71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE71A

Black with #FDE71A

Text Example


Text Example

White with #FDE71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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