Html Css Color HEX #FEE31B Lemon

📋 copy color: '#FEE31B'

red 254 ◦ green 227 ◦ blue 27

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

Shades of Lemon #FEE31B

Tints of Lemon #FEE31B

RGB

 RED value IS 254 (99.61% from 255) = 50%

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

 BLUE value IS 27 (10.94% from 255) = 5.31%

R = 50%
G = 44.69%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEE31B (or 0xFEE31B) is known color: Lemon. HEX triplet: FE, E3 and 1B. RGB value is (254,227,27). Sum of RGB (Red+Green+Blue) = 254+227+27=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 27 (10.94% from 255 or 5.31% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE31B is #011CE4. Grayscale: #D5D5D5. Windows color (decimal): -72933 or 1827838. OLE color: 1827838.

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

Color convert

RGB 254 227 27 -
CMYK 0 0.11 0.89 0.00
HSL 52.86º 0.99% 0.55% -
HSV(B) 52.86º 0.89% 1% -
XYZ 68.54 76.09 12.11 -
YUV 212.27 23.45 157.76 -
System Red Green Blue C M Y K H S L
Decimal 254 227 27 0 0.11 0.89 0.00 52.86 0.99 0.55
Hex FE E3 1B 0 B 59 0 35 63 37
Octal 376 343 33 0 13 131 0 65 143 67
Binary 11111110 11100011 11011 0 1011 1011001 0 110101 1100011 110111

Color Harmonies of #FEE31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE31B

Black with #FEE31B

Text Example


Text Example

White with #FEE31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE31B; }

 p { color: rgb(254,227,27); }

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

background-color css

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

 a { background-color: rgb(254,227,27); }

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

border-color css

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

 span { border-color: rgb(254,227,27); }

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