Html Css Color HEX #FFF10E Lemon

📋 copy color: '#FFF10E'

red 255 ◦ green 241 ◦ blue 14

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

Shades of Lemon #FFF10E

Tints of Lemon #FFF10E

RGB

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

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

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

R = 50%
G = 47.25%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF10E (or 0xFFF10E) is known color: Lemon. HEX triplet: FF, F1 and 0E. RGB value is (255,241,14). Sum of RGB (Red+Green+Blue) = 255+241+14=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 14 (5.86% from 255 or 2.75% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF10E is #000EF1. Grayscale: #DCDCDC. Windows color (decimal): -3826 or 979455. OLE color: 979455.

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

Color convert

RGB 255 241 14 -
CMYK 0 0.05 0.95 0
HSL 56.51º 1% 0.53% -
HSV(B) 56.51º 0.95% 1% -
XYZ 72.77 84.2 12.83 -
YUV 219.31 12.14 153.46 -
System Red Green Blue C M Y K H S L
Decimal 255 241 14 0 0.05 0.95 0 56.51 1 0.53
Hex FF F1 E 0 5 5F 0 39 64 35
Octal 377 361 16 0 5 137 0 71 144 65
Binary 11111111 11110001 1110 0 101 1011111 0 111001 1100100 110101

Color Harmonies of #FFF10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF10E

Black with #FFF10E

Text Example


Text Example

White with #FFF10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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