Html Css Color HEX #FEF917 Lemon

📋 copy color: '#FEF917'

red 254 ◦ green 249 ◦ blue 23

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

Shades of Lemon #FEF917

Tints of Lemon #FEF917

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

 BLUE value IS 23 (9.38% from 255) = 4.37%

R = 48.29%
G = 47.34%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEF917 (or 0xFEF917) is known color: Lemon. HEX triplet: FE, F9 and 17. RGB value is (254,249,23). Sum of RGB (Red+Green+Blue) = 254+249+23=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 23 (9.38% from 255 or 4.37% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF917 is #0106E8. Grayscale: #E1E1E1. Windows color (decimal): -67305 or 1571326. OLE color: 1571326.

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

Color convert

RGB 254 249 23 -
CMYK 0 0.02 0.91 0.00
HSL 58.7º 0.99% 0.54% -
HSV(B) 58.7º 0.91% 1% -
XYZ 74.9 88.88 14.02 -
YUV 224.73 14.16 148.88 -
System Red Green Blue C M Y K H S L
Decimal 254 249 23 0 0.02 0.91 0.00 58.7 0.99 0.54
Hex FE F9 17 0 2 5B 0 3B 63 36
Octal 376 371 27 0 2 133 0 73 143 66
Binary 11111110 11111001 10111 0 10 1011011 0 111011 1100011 110110

Color Harmonies of #FEF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF917

Black with #FEF917

Text Example


Text Example

White with #FEF917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF917; }

 p { color: rgb(254,249,23); }

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

background-color css

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

 a { background-color: rgb(254,249,23); }

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

border-color css

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

 span { border-color: rgb(254,249,23); }

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