Html Css Color HEX #FDED0E Lemon

📋 copy color: '#FDED0E'

red 253 ◦ green 237 ◦ blue 14

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

Shades of Lemon #FDED0E

Tints of Lemon #FDED0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.78%

R = 50.2%
G = 47.02%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDED0E (or 0xFDED0E) is known color: Lemon. HEX triplet: FD, ED and 0E. RGB value is (253,237,14). Sum of RGB (Red+Green+Blue) = 253+237+14=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED0E is #0212F1. Grayscale: #D9D9D9. Windows color (decimal): -135922 or 978429. OLE color: 978429.

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

Color convert

RGB 253 237 14 -
CMYK 0 0.06 0.94 0.01
HSL 55.98º 0.98% 0.52% -
HSV(B) 55.98º 0.94% 0.99% -
XYZ 70.87 81.48 12.41 -
YUV 216.36 13.8 154.13 -
System Red Green Blue C M Y K H S L
Decimal 253 237 14 0 0.06 0.94 0.01 55.98 0.98 0.52
Hex FD ED E 0 6 5E 1 38 62 34
Octal 375 355 16 0 6 136 1 70 142 64
Binary 11111101 11101101 1110 0 110 1011110 1 111000 1100010 110100

Color Harmonies of #FDED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED0E

Black with #FDED0E

Text Example


Text Example

White with #FDED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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