Html Css Color HEX #FEF10A Lemon

📋 copy color: '#FEF10A'

red 254 ◦ green 241 ◦ blue 10

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

Shades of Lemon #FEF10A

Tints of Lemon #FEF10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.98%

R = 50.3%
G = 47.72%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEF10A (or 0xFEF10A) is known color: Lemon. HEX triplet: FE, F1 and 0A. RGB value is (254,241,10). Sum of RGB (Red+Green+Blue) = 254+241+10=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 10 (4.30% from 255 or 1.98% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF10A is #010EF5. Grayscale: #DBDBDB. Windows color (decimal): -69366 or 717310. OLE color: 717310.

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

Color convert

RGB 254 241 10 -
CMYK 0 0.05 0.96 0.00
HSL 56.8º 0.99% 0.52% -
HSV(B) 56.8º 0.96% 1% -
XYZ 72.38 84 12.69 -
YUV 218.55 10.31 153.28 -
System Red Green Blue C M Y K H S L
Decimal 254 241 10 0 0.05 0.96 0.00 56.8 0.99 0.52
Hex FE F1 A 0 5 60 0 39 63 34
Octal 376 361 12 0 5 140 0 71 143 64
Binary 11111110 11110001 1010 0 101 1100000 0 111001 1100011 110100

Color Harmonies of #FEF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF10A

Black with #FEF10A

Text Example


Text Example

White with #FEF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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