Html Css Color HEX #FEF71C Lemon

📋 copy color: '#FEF71C'

red 254 ◦ green 247 ◦ blue 28

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

Shades of Lemon #FEF71C

Tints of Lemon #FEF71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.29%

R = 48.02%
G = 46.69%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEF71C (or 0xFEF71C) is known color: Lemon. HEX triplet: FE, F7 and 1C. RGB value is (254,247,28). Sum of RGB (Red+Green+Blue) = 254+247+28=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 28 (11.33% from 255 or 5.29% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF71C is #0108E3. Grayscale: #E1E1E1. Windows color (decimal): -67812 or 1898494. OLE color: 1898494.

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

Color convert

RGB 254 247 28 -
CMYK 0 0.03 0.89 0.00
HSL 58.14º 0.99% 0.55% -
HSV(B) 58.14º 0.89% 1% -
XYZ 74.34 87.68 14.1 -
YUV 224.13 17.32 149.31 -
System Red Green Blue C M Y K H S L
Decimal 254 247 28 0 0.03 0.89 0.00 58.14 0.99 0.55
Hex FE F7 1C 0 3 59 0 3A 63 37
Octal 376 367 34 0 3 131 0 72 143 67
Binary 11111110 11110111 11100 0 11 1011001 0 111010 1100011 110111

Color Harmonies of #FEF71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF71C

Black with #FEF71C

Text Example


Text Example

White with #FEF71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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