Html Css Color HEX #FEF00D Lemon

📋 copy color: '#FEF00D'

red 254 ◦ green 240 ◦ blue 13

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

Shades of Lemon #FEF00D

Tints of Lemon #FEF00D

RGB

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

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

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

R = 50.1%
G = 47.34%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEF00D (or 0xFEF00D) is known color: Lemon. HEX triplet: FE, F0 and 0D. RGB value is (254,240,13). Sum of RGB (Red+Green+Blue) = 254+240+13=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 13 (5.47% from 255 or 2.56% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF00D is #010FF2. Grayscale: #DBDBDB. Windows color (decimal): -69619 or 913662. OLE color: 913662.

HSL color Cylindrical-coordinate representation of color #FEF00D: hue angle of 56.51º 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 #FEF00D is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 13 -
CMYK 0 0.06 0.95 0.00
HSL 56.51º 0.99% 0.52% -
HSV(B) 56.51º 0.95% 1% -
XYZ 72.11 83.42 12.68 -
YUV 218.31 12.14 153.46 -
System Red Green Blue C M Y K H S L
Decimal 254 240 13 0 0.06 0.95 0.00 56.51 0.99 0.52
Hex FE F0 D 0 6 5F 0 39 63 34
Octal 376 360 15 0 6 137 0 71 143 64
Binary 11111110 11110000 1101 0 110 1011111 0 111001 1100011 110100

Color Harmonies of #FEF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF00D

Black with #FEF00D

Text Example


Text Example

White with #FEF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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