Html Css Color HEX #FEF51F Lemon

📋 copy color: '#FEF51F'

red 254 ◦ green 245 ◦ blue 31

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

Shades of Lemon #FEF51F

Tints of Lemon #FEF51F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.23%

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

R = 47.92%
G = 46.23%
B = 5.85%

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

#FEF51F (or 0xFEF51F) is known color: Lemon. HEX triplet: FE, F5 and 1F. RGB value is (254,245,31). Sum of RGB (Red+Green+Blue) = 254+245+31=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 31 (12.5% from 255 or 5.85% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF51F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF51F is #010AE0. Grayscale: #E0E0E0. Windows color (decimal): -68321 or 2094590. OLE color: 2094590.

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

Color convert

RGB 254 245 31 -
CMYK 0 0.04 0.88 0.00
HSL 57.58º 0.99% 0.56% -
HSV(B) 57.58º 0.88% 1% -
XYZ 73.77 86.47 14.1 -
YUV 223.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 254 245 31 0 0.04 0.88 0.00 57.58 0.99 0.56
Hex FE F5 1F 0 4 58 0 3A 63 38
Octal 376 365 37 0 4 130 0 72 143 70
Binary 11111110 11110101 11111 0 100 1011000 0 111010 1100011 111000

Color Harmonies of #FEF51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF51F

Black with #FEF51F

Text Example


Text Example

White with #FEF51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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