Html Css Color HEX #FEF515 Lemon

📋 copy color: '#FEF515'

red 254 ◦ green 245 ◦ blue 21

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

Shades of Lemon #FEF515

Tints of Lemon #FEF515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.04%

R = 48.85%
G = 47.12%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEF515 (or 0xFEF515) is known color: Lemon. HEX triplet: FE, F5 and 15. RGB value is (254,245,21). Sum of RGB (Red+Green+Blue) = 254+245+21=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 21 (8.59% from 255 or 4.04% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF515 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF515 is #010AEA. Grayscale: #DFDFDF. Windows color (decimal): -68331 or 1439230. OLE color: 1439230.

HSL color Cylindrical-coordinate representation of color #FEF515: hue angle of 57.68º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEF515 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 21 -
CMYK 0 0.04 0.92 0.00
HSL 57.68º 0.99% 0.54% -
HSV(B) 57.68º 0.92% 1% -
XYZ 73.66 86.43 13.51 -
YUV 222.16 14.48 150.71 -
System Red Green Blue C M Y K H S L
Decimal 254 245 21 0 0.04 0.92 0.00 57.68 0.99 0.54
Hex FE F5 15 0 4 5C 0 3A 63 36
Octal 376 365 25 0 4 134 0 72 143 66
Binary 11111110 11110101 10101 0 100 1011100 0 111010 1100011 110110

Color Harmonies of #FEF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF515

Black with #FEF515

Text Example


Text Example

White with #FEF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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