Html Css Color HEX #FFED1F Lemon

📋 copy color: '#FFED1F'

red 255 ◦ green 237 ◦ blue 31

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

Shades of Lemon #FFED1F

Tints of Lemon #FFED1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.93%

R = 48.76%
G = 45.32%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFED1F (or 0xFFED1F) is known color: Lemon. HEX triplet: FF, ED and 1F. RGB value is (255,237,31). Sum of RGB (Red+Green+Blue) = 255+237+31=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 31 (12.5% from 255 or 5.93% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED1F is #0012E0. Grayscale: #DBDBDB. Windows color (decimal): -4833 or 2092543. OLE color: 2092543.

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

Color convert

RGB 255 237 31 -
CMYK 0 0.07 0.88 0
HSL 55.18º 1% 0.56% -
HSV(B) 55.18º 0.88% 1% -
XYZ 71.77 81.93 13.33 -
YUV 218.9 21.96 153.75 -
System Red Green Blue C M Y K H S L
Decimal 255 237 31 0 0.07 0.88 0 55.18 1 0.56
Hex FF ED 1F 0 7 58 0 37 64 38
Octal 377 355 37 0 7 130 0 67 144 70
Binary 11111111 11101101 11111 0 111 1011000 0 110111 1100100 111000

Color Harmonies of #FFED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED1F

Black with #FFED1F

Text Example


Text Example

White with #FFED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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