Html Css Color HEX #FDF61E Lemon

📋 copy color: '#FDF61E'

red 253 ◦ green 246 ◦ blue 30

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

Shades of Lemon #FDF61E

Tints of Lemon #FDF61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

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

R = 47.83%
G = 46.5%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDF61E (or 0xFDF61E) is known color: Lemon. HEX triplet: FD, F6 and 1E. RGB value is (253,246,30). Sum of RGB (Red+Green+Blue) = 253+246+30=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 30 (12.11% from 255 or 5.67% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF61E is #0209E1. Grayscale: #E0E0E0. Windows color (decimal): -133602 or 2029309. OLE color: 2029309.

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

Color convert

RGB 253 246 30 -
CMYK 0 0.03 0.88 0.01
HSL 58.12º 0.98% 0.55% -
HSV(B) 58.12º 0.88% 0.99% -
XYZ 73.7 86.89 14.12 -
YUV 223.47 18.82 149.06 -
System Red Green Blue C M Y K H S L
Decimal 253 246 30 0 0.03 0.88 0.01 58.12 0.98 0.55
Hex FD F6 1E 0 3 58 1 3A 62 37
Octal 375 366 36 0 3 130 1 72 142 67
Binary 11111101 11110110 11110 0 11 1011000 1 111010 1100010 110111

Color Harmonies of #FDF61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF61E

Black with #FDF61E

Text Example


Text Example

White with #FDF61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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