Html Css Color HEX #FEF61F Lemon

📋 copy color: '#FEF61F'

red 254 ◦ green 246 ◦ blue 31

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

Shades of Lemon #FEF61F

Tints of Lemon #FEF61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.33%

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

R = 47.83%
G = 46.33%
B = 5.84%

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

#FEF61F (or 0xFEF61F) is known color: Lemon. HEX triplet: FE, F6 and 1F. RGB value is (254,246,31). Sum of RGB (Red+Green+Blue) = 254+246+31=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 31 (12.5% from 255 or 5.84% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF61F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF61F is #0109E0. Grayscale: #E0E0E0. Windows color (decimal): -68065 or 2094846. OLE color: 2094846.

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

Color convert

RGB 254 246 31 -
CMYK 0 0.03 0.88 0.00
HSL 57.85º 0.99% 0.56% -
HSV(B) 57.85º 0.88% 1% -
XYZ 74.08 87.08 14.2 -
YUV 223.88 19.15 149.48 -
System Red Green Blue C M Y K H S L
Decimal 254 246 31 0 0.03 0.88 0.00 57.85 0.99 0.56
Hex FE F6 1F 0 3 58 0 3A 63 38
Octal 376 366 37 0 3 130 0 72 143 70
Binary 11111110 11110110 11111 0 11 1011000 0 111010 1100011 111000

Color Harmonies of #FEF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF61F

Black with #FEF61F

Text Example


Text Example

White with #FEF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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