Html Css Color HEX #FEF520 Lemon

📋 copy color: '#FEF520'

red 254 ◦ green 245 ◦ blue 32

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

Shades of Lemon #FEF520

Tints of Lemon #FEF520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.03%

R = 47.83%
G = 46.14%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF520 (or 0xFEF520) is known color: Lemon. HEX triplet: FE, F5 and 20. RGB value is (254,245,32). Sum of RGB (Red+Green+Blue) = 254+245+32=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 32 (12.89% from 255 or 6.03% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF520 is #010ADF. Grayscale: #E0E0E0. Windows color (decimal): -68320 or 2160126. OLE color: 2160126.

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

Color convert

RGB 254 245 32 -
CMYK 0 0.04 0.87 0.00
HSL 57.57º 0.99% 0.56% -
HSV(B) 57.57º 0.87% 1% -
XYZ 73.79 86.48 14.17 -
YUV 223.41 19.98 149.82 -
System Red Green Blue C M Y K H S L
Decimal 254 245 32 0 0.04 0.87 0.00 57.57 0.99 0.56
Hex FE F5 20 0 4 57 0 3A 63 38
Octal 376 365 40 0 4 127 0 72 143 70
Binary 11111110 11110101 100000 0 100 1010111 0 111010 1100011 111000

Color Harmonies of #FEF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF520

Black with #FEF520

Text Example


Text Example

White with #FEF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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