Html Css Color HEX #FEF71F Lemon

📋 copy color: '#FEF71F'

red 254 ◦ green 247 ◦ blue 31

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

Shades of Lemon #FEF71F

Tints of Lemon #FEF71F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.43%

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

R = 47.74%
G = 46.43%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEF71F (or 0xFEF71F) is known color: Lemon. HEX triplet: FE, F7 and 1F. RGB value is (254,247,31). Sum of RGB (Red+Green+Blue) = 254+247+31=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 31 (12.5% from 255 or 5.83% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF71F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF71F is #0108E0. Grayscale: #E1E1E1. Windows color (decimal): -67809 or 2095102. OLE color: 2095102.

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

Color convert

RGB 254 247 31 -
CMYK 0 0.03 0.88 0.00
HSL 58.12º 0.99% 0.56% -
HSV(B) 58.12º 0.88% 1% -
XYZ 74.38 87.69 14.3 -
YUV 224.47 18.82 149.06 -
System Red Green Blue C M Y K H S L
Decimal 254 247 31 0 0.03 0.88 0.00 58.12 0.99 0.56
Hex FE F7 1F 0 3 58 0 3A 63 38
Octal 376 367 37 0 3 130 0 72 143 70
Binary 11111110 11110111 11111 0 11 1011000 0 111010 1100011 111000

Color Harmonies of #FEF71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF71F

Black with #FEF71F

Text Example


Text Example

White with #FEF71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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