Html Css Color HEX #FFED12 Lemon

📋 copy color: '#FFED12'

red 255 ◦ green 237 ◦ blue 18

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

Shades of Lemon #FFED12

Tints of Lemon #FFED12

RGB

 RED value IS 255 (100% from 255) = 50%

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

 BLUE value IS 18 (7.42% from 255) = 3.53%

R = 50%
G = 46.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFED12 (or 0xFFED12) is known color: Lemon. HEX triplet: FF, ED and 12. RGB value is (255,237,18). Sum of RGB (Red+Green+Blue) = 255+237+18=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED12 is #0012ED. Grayscale: #DADADA. Windows color (decimal): -4846 or 1240575. OLE color: 1240575.

HSL color Cylindrical-coordinate representation of color #FFED12: hue angle of 55.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFED12 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 18 -
CMYK 0 0.07 0.93 0
HSL 55.44º 1% 0.54% -
HSV(B) 55.44º 0.93% 1% -
XYZ 71.63 81.87 12.6 -
YUV 217.42 15.46 154.81 -
System Red Green Blue C M Y K H S L
Decimal 255 237 18 0 0.07 0.93 0 55.44 1 0.54
Hex FF ED 12 0 7 5D 0 37 64 36
Octal 377 355 22 0 7 135 0 67 144 66
Binary 11111111 11101101 10010 0 111 1011101 0 110111 1100100 110110

Color Harmonies of #FFED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED12

Black with #FFED12

Text Example


Text Example

White with #FFED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED12; }

 p { color: rgb(255,237,18); }

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

background-color css

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

 a { background-color: rgb(255,237,18); }

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

border-color css

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

 span { border-color: rgb(255,237,18); }

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