Html Css Color HEX #F5F18E Milan

📋 copy color: '#F5F18E'

red 245 ◦ green 241 ◦ blue 142

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

Shades of Milan #F5F18E

Tints of Milan #F5F18E

RGB

 RED value IS 245 (96.09% from 255) = 39.01%

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

 BLUE value IS 142 (55.86% from 255) = 22.61%

R = 39.01%
G = 38.38%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5F18E (or 0xF5F18E) is known color: Milan. HEX triplet: F5, F1 and 8E. RGB value is (245,241,142). Sum of RGB (Red+Green+Blue) = 245+241+142=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 142 (55.86% from 255 or 22.61% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F18E is #0A0E71. Grayscale: #E7E7E7. Windows color (decimal): -659058 or 9368053. OLE color: 9368053.

HSL color Cylindrical-coordinate representation of color #F5F18E: hue angle of 57.67º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5F18E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 142 -
CMYK 0 0.02 0.42 0.04
HSL 57.67º 0.84% 0.76% -
HSV(B) 57.67º 0.42% 0.96% -
XYZ 73.99 84.28 37.96 -
YUV 230.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 245 241 142 0 0.02 0.42 0.04 57.67 0.84 0.76
Hex F5 F1 8E 0 2 2A 4 3A 54 4C
Octal 365 361 216 0 2 52 4 72 124 114
Binary 11110101 11110001 10001110 0 10 101010 100 111010 1010100 1001100

Color Harmonies of #F5F18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F18E

Black with #F5F18E

Text Example


Text Example

White with #F5F18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F18E; }

 p { color: rgb(245,241,142); }

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

background-color css

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

 a { background-color: rgb(245,241,142); }

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

border-color css

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

 span { border-color: rgb(245,241,142); }

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