Html Css Color HEX #FEF316 Lemon

📋 copy color: '#FEF316'

red 254 ◦ green 243 ◦ blue 22

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

Shades of Lemon #FEF316

Tints of Lemon #FEF316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.82%

 BLUE value IS 22 (8.98% from 255) = 4.24%

R = 48.94%
G = 46.82%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEF316 (or 0xFEF316) is known color: Lemon. HEX triplet: FE, F3 and 16. RGB value is (254,243,22). Sum of RGB (Red+Green+Blue) = 254+243+22=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 22 (8.98% from 255 or 4.24% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF316 is #010CE9. Grayscale: #DDDDDD. Windows color (decimal): -68842 or 1504254. OLE color: 1504254.

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

Color convert

RGB 254 243 22 -
CMYK 0 0.04 0.91 0.00
HSL 57.16º 0.99% 0.54% -
HSV(B) 57.16º 0.91% 1% -
XYZ 73.07 85.23 13.36 -
YUV 221.1 15.64 151.47 -
System Red Green Blue C M Y K H S L
Decimal 254 243 22 0 0.04 0.91 0.00 57.16 0.99 0.54
Hex FE F3 16 0 4 5B 0 39 63 36
Octal 376 363 26 0 4 133 0 71 143 66
Binary 11111110 11110011 10110 0 100 1011011 0 111001 1100011 110110

Color Harmonies of #FEF316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF316

Black with #FEF316

Text Example


Text Example

White with #FEF316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF316; }

 p { color: rgb(254,243,22); }

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

background-color css

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

 a { background-color: rgb(254,243,22); }

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

border-color css

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

 span { border-color: rgb(254,243,22); }

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