Html Css Color HEX #FDED18 Lemon

📋 copy color: '#FDED18'

red 253 ◦ green 237 ◦ blue 24

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

Shades of Lemon #FDED18

Tints of Lemon #FDED18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.67%

R = 49.22%
G = 46.11%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDED18 (or 0xFDED18) is known color: Lemon. HEX triplet: FD, ED and 18. RGB value is (253,237,24). Sum of RGB (Red+Green+Blue) = 253+237+24=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 24 (9.77% from 255 or 4.67% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED18 is #0212E7. Grayscale: #DADADA. Windows color (decimal): -135912 or 1633789. OLE color: 1633789.

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

Color convert

RGB 253 237 24 -
CMYK 0 0.06 0.91 0.01
HSL 55.81º 0.98% 0.54% -
HSV(B) 55.81º 0.91% 0.99% -
XYZ 70.96 81.52 12.86 -
YUV 217.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 253 237 24 0 0.06 0.91 0.01 55.81 0.98 0.54
Hex FD ED 18 0 6 5B 1 38 62 36
Octal 375 355 30 0 6 133 1 70 142 66
Binary 11111101 11101101 11000 0 110 1011011 1 111000 1100010 110110

Color Harmonies of #FDED18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED18

Black with #FDED18

Text Example


Text Example

White with #FDED18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED18; }

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

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

background-color css

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

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

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

border-color css

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

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

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