Html Css Color HEX #FEF10F Lemon

📋 copy color: '#FEF10F'

red 254 ◦ green 241 ◦ blue 15

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

Shades of Lemon #FEF10F

Tints of Lemon #FEF10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.25%

 BLUE value IS 15 (6.25% from 255) = 2.94%

R = 49.8%
G = 47.25%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEF10F (or 0xFEF10F) is known color: Lemon. HEX triplet: FE, F1 and 0F. RGB value is (254,241,15). Sum of RGB (Red+Green+Blue) = 254+241+15=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 15 (6.25% from 255 or 2.94% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF10F is #010EF0. Grayscale: #DCDCDC. Windows color (decimal): -69361 or 1044990. OLE color: 1044990.

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

Color convert

RGB 254 241 15 -
CMYK 0 0.05 0.94 0.00
HSL 56.74º 0.99% 0.53% -
HSV(B) 56.74º 0.94% 1% -
XYZ 72.41 84.02 12.85 -
YUV 219.12 12.81 152.88 -
System Red Green Blue C M Y K H S L
Decimal 254 241 15 0 0.05 0.94 0.00 56.74 0.99 0.53
Hex FE F1 F 0 5 5E 0 39 63 35
Octal 376 361 17 0 5 136 0 71 143 65
Binary 11111110 11110001 1111 0 101 1011110 0 111001 1100011 110101

Color Harmonies of #FEF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF10F

Black with #FEF10F

Text Example


Text Example

White with #FEF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF10F; }

 p { color: rgb(254,241,15); }

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

background-color css

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

 a { background-color: rgb(254,241,15); }

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

border-color css

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

 span { border-color: rgb(254,241,15); }

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