Html Css Color HEX #FDF91E Lemon

📋 copy color: '#FDF91E'

red 253 ◦ green 249 ◦ blue 30

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

Shades of Lemon #FDF91E

Tints of Lemon #FDF91E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

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

R = 47.56%
G = 46.8%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF91E (or 0xFDF91E) is known color: Lemon. HEX triplet: FD, F9 and 1E. RGB value is (253,249,30). Sum of RGB (Red+Green+Blue) = 253+249+30=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 30 (12.11% from 255 or 5.64% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF91E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF91E is #0206E1. Grayscale: #E2E2E2. Windows color (decimal): -132834 or 2030077. OLE color: 2030077.

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

Color convert

RGB 253 249 30 -
CMYK 0 0.02 0.88 0.01
HSL 58.92º 0.98% 0.55% -
HSV(B) 58.92º 0.88% 0.99% -
XYZ 74.62 88.73 14.42 -
YUV 225.23 17.83 147.81 -
System Red Green Blue C M Y K H S L
Decimal 253 249 30 0 0.02 0.88 0.01 58.92 0.98 0.55
Hex FD F9 1E 0 2 58 1 3B 62 37
Octal 375 371 36 0 2 130 1 73 142 67
Binary 11111101 11111001 11110 0 10 1011000 1 111011 1100010 110111

Color Harmonies of #FDF91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF91E

Black with #FDF91E

Text Example


Text Example

White with #FDF91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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