Html Css Color HEX #FEF525 Lemon

📋 copy color: '#FEF525'

red 254 ◦ green 245 ◦ blue 37

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

Shades of Lemon #FEF525

Tints of Lemon #FEF525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 6.9%

R = 47.39%
G = 45.71%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEF525 (or 0xFEF525) is known color: Lemon. HEX triplet: FE, F5 and 25. RGB value is (254,245,37). Sum of RGB (Red+Green+Blue) = 254+245+37=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 37 (14.84% from 255 or 6.90% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF525 is #010ADA. Grayscale: #E0E0E0. Windows color (decimal): -68315 or 2487806. OLE color: 2487806.

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

Color convert

RGB 254 245 37 -
CMYK 0 0.04 0.85 0.00
HSL 57.51º 0.99% 0.57% -
HSV(B) 57.51º 0.85% 1% -
XYZ 73.86 86.51 14.56 -
YUV 223.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 254 245 37 0 0.04 0.85 0.00 57.51 0.99 0.57
Hex FE F5 25 0 4 55 0 3A 63 39
Octal 376 365 45 0 4 125 0 72 143 71
Binary 11111110 11110101 100101 0 100 1010101 0 111010 1100011 111001

Color Harmonies of #FEF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF525

Black with #FEF525

Text Example


Text Example

White with #FEF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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