Html Css Color HEX #FFF00E Lemon

📋 copy color: '#FFF00E'

red 255 ◦ green 240 ◦ blue 14

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

Shades of Lemon #FFF00E

Tints of Lemon #FFF00E

RGB

 RED value IS 255 (100% from 255) = 50.1%

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

 BLUE value IS 14 (5.86% from 255) = 2.75%

R = 50.1%
G = 47.15%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF00E (or 0xFFF00E) is known color: Lemon. HEX triplet: FF, F0 and 0E. RGB value is (255,240,14). Sum of RGB (Red+Green+Blue) = 255+240+14=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 14 (5.86% from 255 or 2.75% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF00E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF00E is #000FF1. Grayscale: #DBDBDB. Windows color (decimal): -4082 or 979199. OLE color: 979199.

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

Color convert

RGB 255 240 14 -
CMYK 0 0.06 0.95 0
HSL 56.27º 1% 0.53% -
HSV(B) 56.27º 0.95% 1% -
XYZ 72.48 83.61 12.73 -
YUV 218.72 12.47 153.88 -
System Red Green Blue C M Y K H S L
Decimal 255 240 14 0 0.06 0.95 0 56.27 1 0.53
Hex FF F0 E 0 6 5F 0 38 64 35
Octal 377 360 16 0 6 137 0 70 144 65
Binary 11111111 11110000 1110 0 110 1011111 0 111000 1100100 110101

Color Harmonies of #FFF00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF00E

Black with #FFF00E

Text Example


Text Example

White with #FFF00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF00E; }

 p { color: rgb(255,240,14); }

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

background-color css

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

 a { background-color: rgb(255,240,14); }

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

border-color css

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

 span { border-color: rgb(255,240,14); }

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