Html Css Color HEX #FEF10D Lemon

📋 copy color: '#FEF10D'

red 254 ◦ green 241 ◦ blue 13

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

Shades of Lemon #FEF10D

Tints of Lemon #FEF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.56%

R = 50%
G = 47.44%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEF10D (or 0xFEF10D) is known color: Lemon. HEX triplet: FE, F1 and 0D. RGB value is (254,241,13). Sum of RGB (Red+Green+Blue) = 254+241+13=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 13 (5.47% from 255 or 2.56% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF10D is #010EF2. Grayscale: #DBDBDB. Windows color (decimal): -69363 or 913918. OLE color: 913918.

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

Color convert

RGB 254 241 13 -
CMYK 0 0.05 0.95 0.00
HSL 56.76º 0.99% 0.52% -
HSV(B) 56.76º 0.95% 1% -
XYZ 72.4 84.01 12.78 -
YUV 218.9 11.81 153.04 -
System Red Green Blue C M Y K H S L
Decimal 254 241 13 0 0.05 0.95 0.00 56.76 0.99 0.52
Hex FE F1 D 0 5 5F 0 39 63 34
Octal 376 361 15 0 5 137 0 71 143 64
Binary 11111110 11110001 1101 0 101 1011111 0 111001 1100011 110100

Color Harmonies of #FEF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF10D

Black with #FEF10D

Text Example


Text Example

White with #FEF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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