Html Css Color HEX #FDF11A Lemon

📋 copy color: '#FDF11A'

red 253 ◦ green 241 ◦ blue 26

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

Shades of Lemon #FDF11A

Tints of Lemon #FDF11A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.35%

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

R = 48.65%
G = 46.35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDF11A (or 0xFDF11A) is known color: Lemon. HEX triplet: FD, F1 and 1A. RGB value is (253,241,26). Sum of RGB (Red+Green+Blue) = 253+241+26=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 26 (10.55% from 255 or 5% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF11A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF11A is #020EE5. Grayscale: #DCDCDC. Windows color (decimal): -134886 or 1765885. OLE color: 1765885.

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

Color convert

RGB 253 241 26 -
CMYK 0 0.05 0.90 0.01
HSL 56.83º 0.98% 0.55% -
HSV(B) 56.83º 0.9% 0.99% -
XYZ 72.15 83.87 13.36 -
YUV 220.08 18.48 151.48 -
System Red Green Blue C M Y K H S L
Decimal 253 241 26 0 0.05 0.90 0.01 56.83 0.98 0.55
Hex FD F1 1A 0 5 5A 1 39 62 37
Octal 375 361 32 0 5 132 1 71 142 67
Binary 11111101 11110001 11010 0 101 1011010 1 111001 1100010 110111

Color Harmonies of #FDF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF11A

Black with #FDF11A

Text Example


Text Example

White with #FDF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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