Html Css Color HEX #FEF620 Lemon

📋 copy color: '#FEF620'

red 254 ◦ green 246 ◦ blue 32

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

Shades of Lemon #FEF620

Tints of Lemon #FEF620

RGB

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

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

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

R = 47.74%
G = 46.24%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF620 (or 0xFEF620) is known color: Lemon. HEX triplet: FE, F6 and 20. RGB value is (254,246,32). Sum of RGB (Red+Green+Blue) = 254+246+32=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 32 (12.89% from 255 or 6.02% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF620 is #0109DF. Grayscale: #E0E0E0. Windows color (decimal): -68064 or 2160382. OLE color: 2160382.

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

Color convert

RGB 254 246 32 -
CMYK 0 0.03 0.87 0.00
HSL 57.84º 0.99% 0.56% -
HSV(B) 57.84º 0.87% 1% -
XYZ 74.09 87.09 14.27 -
YUV 224 19.65 149.4 -
System Red Green Blue C M Y K H S L
Decimal 254 246 32 0 0.03 0.87 0.00 57.84 0.99 0.56
Hex FE F6 20 0 3 57 0 3A 63 38
Octal 376 366 40 0 3 127 0 72 143 70
Binary 11111110 11110110 100000 0 11 1010111 0 111010 1100011 111000

Color Harmonies of #FEF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF620

Black with #FEF620

Text Example


Text Example

White with #FEF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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