Html Css Color HEX #FEF01A Lemon

📋 copy color: '#FEF01A'

red 254 ◦ green 240 ◦ blue 26

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

Shades of Lemon #FEF01A

Tints of Lemon #FEF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

 BLUE value IS 26 (10.55% from 255) = 5%

R = 48.85%
G = 46.15%
B = 5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEF01A (or 0xFEF01A) is known color: Lemon. HEX triplet: FE, F0 and 1A. RGB value is (254,240,26). Sum of RGB (Red+Green+Blue) = 254+240+26=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 26 (10.55% from 255 or 5% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF01A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF01A is #010FE5. Grayscale: #DCDCDC. Windows color (decimal): -69606 or 1765630. OLE color: 1765630.

HSL color Cylindrical-coordinate representation of color #FEF01A: hue angle of 56.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEF01A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 26 -
CMYK 0 0.06 0.90 0.00
HSL 56.32º 0.99% 0.55% -
HSV(B) 56.32º 0.9% 1% -
XYZ 72.22 83.47 13.28 -
YUV 219.79 18.64 152.4 -
System Red Green Blue C M Y K H S L
Decimal 254 240 26 0 0.06 0.90 0.00 56.32 0.99 0.55
Hex FE F0 1A 0 6 5A 0 38 63 37
Octal 376 360 32 0 6 132 0 70 143 67
Binary 11111110 11110000 11010 0 110 1011010 0 111000 1100011 110111

Color Harmonies of #FEF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF01A

Black with #FEF01A

Text Example


Text Example

White with #FEF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF01A; }

 p { color: rgb(254,240,26); }

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

background-color css

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

 a { background-color: rgb(254,240,26); }

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

border-color css

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

 span { border-color: rgb(254,240,26); }

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