Html Css Color HEX #FEF01D Lemon

📋 copy color: '#FEF01D'

red 254 ◦ green 240 ◦ blue 29

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

Shades of Lemon #FEF01D

Tints of Lemon #FEF01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.54%

R = 48.57%
G = 45.89%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEF01D (or 0xFEF01D) is known color: Lemon. HEX triplet: FE, F0 and 1D. RGB value is (254,240,29). Sum of RGB (Red+Green+Blue) = 254+240+29=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 29 (11.72% from 255 or 5.54% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF01D is #010FE2. Grayscale: #DCDCDC. Windows color (decimal): -69603 or 1962238. OLE color: 1962238.

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

Color convert

RGB 254 240 29 -
CMYK 0 0.06 0.89 0.00
HSL 56.27º 0.99% 0.55% -
HSV(B) 56.27º 0.89% 1% -
XYZ 72.25 83.48 13.47 -
YUV 220.13 20.14 152.16 -
System Red Green Blue C M Y K H S L
Decimal 254 240 29 0 0.06 0.89 0.00 56.27 0.99 0.55
Hex FE F0 1D 0 6 59 0 38 63 37
Octal 376 360 35 0 6 131 0 70 143 67
Binary 11111110 11110000 11101 0 110 1011001 0 111000 1100011 110111

Color Harmonies of #FEF01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF01D

Black with #FEF01D

Text Example


Text Example

White with #FEF01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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