Html Css Color HEX #FEF31E Lemon

📋 copy color: '#FEF31E'

red 254 ◦ green 243 ◦ blue 30

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

Shades of Lemon #FEF31E

Tints of Lemon #FEF31E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.11%

 BLUE value IS 30 (12.11% from 255) = 5.69%

R = 48.2%
G = 46.11%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEF31E (or 0xFEF31E) is known color: Lemon. HEX triplet: FE, F3 and 1E. RGB value is (254,243,30). Sum of RGB (Red+Green+Blue) = 254+243+30=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 30 (12.11% from 255 or 5.69% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF31E is #010CE1. Grayscale: #DEDEDE. Windows color (decimal): -68834 or 2028542. OLE color: 2028542.

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

Color convert

RGB 254 243 30 -
CMYK 0 0.04 0.88 0.00
HSL 57.05º 0.99% 0.56% -
HSV(B) 57.05º 0.88% 1% -
XYZ 73.16 85.27 13.83 -
YUV 222.01 19.64 150.82 -
System Red Green Blue C M Y K H S L
Decimal 254 243 30 0 0.04 0.88 0.00 57.05 0.99 0.56
Hex FE F3 1E 0 4 58 0 39 63 38
Octal 376 363 36 0 4 130 0 71 143 70
Binary 11111110 11110011 11110 0 100 1011000 0 111001 1100011 111000

Color Harmonies of #FEF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF31E

Black with #FEF31E

Text Example


Text Example

White with #FEF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF31E; }

 p { color: rgb(254,243,30); }

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

background-color css

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

 a { background-color: rgb(254,243,30); }

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

border-color css

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

 span { border-color: rgb(254,243,30); }

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