Html Css Color HEX #FEF91F Lemon

📋 copy color: '#FEF91F'

red 254 ◦ green 249 ◦ blue 31

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

Shades of Lemon #FEF91F

Tints of Lemon #FEF91F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.63%

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

R = 47.57%
G = 46.63%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEF91F (or 0xFEF91F) is known color: Lemon. HEX triplet: FE, F9 and 1F. RGB value is (254,249,31). Sum of RGB (Red+Green+Blue) = 254+249+31=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 31 (12.5% from 255 or 5.81% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF91F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF91F is #0106E0. Grayscale: #E2E2E2. Windows color (decimal): -67297 or 2095614. OLE color: 2095614.

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

Color convert

RGB 254 249 31 -
CMYK 0 0.02 0.88 0.00
HSL 58.65º 0.99% 0.56% -
HSV(B) 58.65º 0.88% 1% -
XYZ 75 88.92 14.51 -
YUV 225.64 18.16 148.23 -
System Red Green Blue C M Y K H S L
Decimal 254 249 31 0 0.02 0.88 0.00 58.65 0.99 0.56
Hex FE F9 1F 0 2 58 0 3B 63 38
Octal 376 371 37 0 2 130 0 73 143 70
Binary 11111110 11111001 11111 0 10 1011000 0 111011 1100011 111000

Color Harmonies of #FEF91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF91F

Black with #FEF91F

Text Example


Text Example

White with #FEF91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF91F; }

 p { color: rgb(254,249,31); }

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

background-color css

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

 a { background-color: rgb(254,249,31); }

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

border-color css

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

 span { border-color: rgb(254,249,31); }

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