Html Css Color HEX #FDED1E Lemon

📋 copy color: '#FDED1E'

red 253 ◦ green 237 ◦ blue 30

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

Shades of Lemon #FDED1E

Tints of Lemon #FDED1E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.58%

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

R = 48.65%
G = 45.58%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDED1E (or 0xFDED1E) is known color: Lemon. HEX triplet: FD, ED and 1E. RGB value is (253,237,30). Sum of RGB (Red+Green+Blue) = 253+237+30=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 30 (12.11% from 255 or 5.77% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED1E is #0212E1. Grayscale: #DBDBDB. Windows color (decimal): -135906 or 2027005. OLE color: 2027005.

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

Color convert

RGB 253 237 30 -
CMYK 0 0.06 0.88 0.01
HSL 55.7º 0.98% 0.55% -
HSV(B) 55.7º 0.88% 0.99% -
XYZ 71.03 81.54 13.22 -
YUV 218.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 253 237 30 0 0.06 0.88 0.01 55.7 0.98 0.55
Hex FD ED 1E 0 6 58 1 38 62 37
Octal 375 355 36 0 6 130 1 70 142 67
Binary 11111101 11101101 11110 0 110 1011000 1 111000 1100010 110111

Color Harmonies of #FDED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED1E

Black with #FDED1E

Text Example


Text Example

White with #FDED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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