Html Css Color HEX #FFE31F Lemon

📋 copy color: '#FFE31F'

red 255 ◦ green 227 ◦ blue 31

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

Shades of Lemon #FFE31F

Tints of Lemon #FFE31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.25%

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

R = 49.71%
G = 44.25%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFE31F (or 0xFFE31F) is known color: Lemon. HEX triplet: FF, E3 and 1F. RGB value is (255,227,31). Sum of RGB (Red+Green+Blue) = 255+227+31=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 31 (12.5% from 255 or 6.04% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE31F is #001CE0. Grayscale: #D5D5D5. Windows color (decimal): -7393 or 2089983. OLE color: 2089983.

HSL color Cylindrical-coordinate representation of color #FFE31F: hue angle of 52.5º 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 #FFE31F is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 31 -
CMYK 0 0.11 0.88 0
HSL 52.5º 1% 0.56% -
HSV(B) 52.5º 0.88% 1% -
XYZ 68.96 76.3 12.39 -
YUV 213.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 255 227 31 0 0.11 0.88 0 52.5 1 0.56
Hex FF E3 1F 0 B 58 0 34 64 38
Octal 377 343 37 0 13 130 0 64 144 70
Binary 11111111 11100011 11111 0 1011 1011000 0 110100 1100100 111000

Color Harmonies of #FFE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE31F

Black with #FFE31F

Text Example


Text Example

White with #FFE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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