Html Css Color HEX #FFED1C Lemon

📋 copy color: '#FFED1C'

red 255 ◦ green 237 ◦ blue 28

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

Shades of Lemon #FFED1C

Tints of Lemon #FFED1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.38%

R = 49.04%
G = 45.58%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFED1C (or 0xFFED1C) is known color: Lemon. HEX triplet: FF, ED and 1C. RGB value is (255,237,28). Sum of RGB (Red+Green+Blue) = 255+237+28=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 28 (11.33% from 255 or 5.38% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED1C is #0012E3. Grayscale: #DBDBDB. Windows color (decimal): -4836 or 1895935. OLE color: 1895935.

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

Color convert

RGB 255 237 28 -
CMYK 0 0.07 0.89 0
HSL 55.24º 1% 0.55% -
HSV(B) 55.24º 0.89% 1% -
XYZ 71.73 81.91 13.13 -
YUV 218.56 20.46 153.99 -
System Red Green Blue C M Y K H S L
Decimal 255 237 28 0 0.07 0.89 0 55.24 1 0.55
Hex FF ED 1C 0 7 59 0 37 64 37
Octal 377 355 34 0 7 131 0 67 144 67
Binary 11111111 11101101 11100 0 111 1011001 0 110111 1100100 110111

Color Harmonies of #FFED1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED1C

Black with #FFED1C

Text Example


Text Example

White with #FFED1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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