Html Css Color HEX #FDED14 Lemon

📋 copy color: '#FDED14'

red 253 ◦ green 237 ◦ blue 20

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

Shades of Lemon #FDED14

Tints of Lemon #FDED14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.92%

R = 49.61%
G = 46.47%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDED14 (or 0xFDED14) is known color: Lemon. HEX triplet: FD, ED and 14. RGB value is (253,237,20). Sum of RGB (Red+Green+Blue) = 253+237+20=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED14 is #0212EB. Grayscale: #D9D9D9. Windows color (decimal): -135916 or 1371645. OLE color: 1371645.

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

Color convert

RGB 253 237 20 -
CMYK 0 0.06 0.92 0.01
HSL 55.88º 0.98% 0.54% -
HSV(B) 55.88º 0.92% 0.99% -
XYZ 70.92 81.5 12.66 -
YUV 217.05 16.8 153.64 -
System Red Green Blue C M Y K H S L
Decimal 253 237 20 0 0.06 0.92 0.01 55.88 0.98 0.54
Hex FD ED 14 0 6 5C 1 38 62 36
Octal 375 355 24 0 6 134 1 70 142 66
Binary 11111101 11101101 10100 0 110 1011100 1 111000 1100010 110110

Color Harmonies of #FDED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED14

Black with #FDED14

Text Example


Text Example

White with #FDED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED14; }

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

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

background-color css

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

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

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

border-color css

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

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

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