Html Css Color HEX #FEF523 Lemon

📋 copy color: '#FEF523'

red 254 ◦ green 245 ◦ blue 35

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

Shades of Lemon #FEF523

Tints of Lemon #FEF523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.55%

R = 47.57%
G = 45.88%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEF523 (or 0xFEF523) is known color: Lemon. HEX triplet: FE, F5 and 23. RGB value is (254,245,35). Sum of RGB (Red+Green+Blue) = 254+245+35=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 35 (14.06% from 255 or 6.55% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF523 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF523 is #010ADC. Grayscale: #E0E0E0. Windows color (decimal): -68317 or 2356734. OLE color: 2356734.

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

Color convert

RGB 254 245 35 -
CMYK 0 0.04 0.86 0.00
HSL 57.53º 0.99% 0.57% -
HSV(B) 57.53º 0.86% 1% -
XYZ 73.83 86.5 14.39 -
YUV 223.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 254 245 35 0 0.04 0.86 0.00 57.53 0.99 0.57
Hex FE F5 23 0 4 56 0 3A 63 39
Octal 376 365 43 0 4 126 0 72 143 71
Binary 11111110 11110101 100011 0 100 1010110 0 111010 1100011 111001

Color Harmonies of #FEF523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF523

Black with #FEF523

Text Example


Text Example

White with #FEF523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF523; }

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

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

background-color css

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

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

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

border-color css

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

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

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