Html Css Color HEX #FFF40D Lemon

📋 copy color: '#FFF40D'

red 255 ◦ green 244 ◦ blue 13

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

Shades of Lemon #FFF40D

Tints of Lemon #FFF40D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

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

R = 49.8%
G = 47.66%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF40D (or 0xFFF40D) is known color: Lemon. HEX triplet: FF, F4 and 0D. RGB value is (255,244,13). Sum of RGB (Red+Green+Blue) = 255+244+13=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 13 (5.47% from 255 or 2.54% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF40D is #000BF2. Grayscale: #DDDDDD. Windows color (decimal): -3059 or 914687. OLE color: 914687.

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

Color convert

RGB 255 244 13 -
CMYK 0 0.04 0.95 0
HSL 57.27º 1% 0.53% -
HSV(B) 57.27º 0.95% 1% -
XYZ 73.66 85.99 13.1 -
YUV 220.96 10.64 152.28 -
System Red Green Blue C M Y K H S L
Decimal 255 244 13 0 0.04 0.95 0 57.27 1 0.53
Hex FF F4 D 0 4 5F 0 39 64 35
Octal 377 364 15 0 4 137 0 71 144 65
Binary 11111111 11110100 1101 0 100 1011111 0 111001 1100100 110101

Color Harmonies of #FFF40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF40D

Black with #FFF40D

Text Example


Text Example

White with #FFF40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF40D; }

 p { color: rgb(255,244,13); }

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

background-color css

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

 a { background-color: rgb(255,244,13); }

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

border-color css

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

 span { border-color: rgb(255,244,13); }

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