Html Css Color HEX #FDF11E Lemon

📋 copy color: '#FDF11E'

red 253 ◦ green 241 ◦ blue 30

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

Shades of Lemon #FDF11E

Tints of Lemon #FDF11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.73%

R = 48.28%
G = 45.99%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF11E (or 0xFDF11E) is known color: Lemon. HEX triplet: FD, F1 and 1E. RGB value is (253,241,30). Sum of RGB (Red+Green+Blue) = 253+241+30=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 30 (12.11% from 255 or 5.73% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF11E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF11E is #020EE1. Grayscale: #DDDDDD. Windows color (decimal): -134882 or 2028029. OLE color: 2028029.

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

Color convert

RGB 253 241 30 -
CMYK 0 0.05 0.88 0.01
HSL 56.77º 0.98% 0.55% -
HSV(B) 56.77º 0.88% 0.99% -
XYZ 72.2 83.89 13.61 -
YUV 220.53 20.48 151.16 -
System Red Green Blue C M Y K H S L
Decimal 253 241 30 0 0.05 0.88 0.01 56.77 0.98 0.55
Hex FD F1 1E 0 5 58 1 39 62 37
Octal 375 361 36 0 5 130 1 71 142 67
Binary 11111101 11110001 11110 0 101 1011000 1 111001 1100010 110111

Color Harmonies of #FDF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF11E

Black with #FDF11E

Text Example


Text Example

White with #FDF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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