Html Css Color HEX #FEF425 Lemon

📋 copy color: '#FEF425'

red 254 ◦ green 244 ◦ blue 37

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

Shades of Lemon #FEF425

Tints of Lemon #FEF425

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.61%

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

R = 47.48%
G = 45.61%
B = 6.92%

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

#FEF425 (or 0xFEF425) is known color: Lemon. HEX triplet: FE, F4 and 25. RGB value is (254,244,37). Sum of RGB (Red+Green+Blue) = 254+244+37=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 37 (14.84% from 255 or 6.92% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF425 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF425 is #010BDA. Grayscale: #E0E0E0. Windows color (decimal): -68571 or 2487550. OLE color: 2487550.

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

Color convert

RGB 254 244 37 -
CMYK 0 0.04 0.85 0.00
HSL 57.24º 0.99% 0.57% -
HSV(B) 57.24º 0.85% 1% -
XYZ 73.56 85.91 14.45 -
YUV 223.39 22.81 149.83 -
System Red Green Blue C M Y K H S L
Decimal 254 244 37 0 0.04 0.85 0.00 57.24 0.99 0.57
Hex FE F4 25 0 4 55 0 39 63 39
Octal 376 364 45 0 4 125 0 71 143 71
Binary 11111110 11110100 100101 0 100 1010101 0 111001 1100011 111001

Color Harmonies of #FEF425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF425

Black with #FEF425

Text Example


Text Example

White with #FEF425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF425; }

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

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

background-color css

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

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

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

border-color css

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

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

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