Html Css Color HEX #F5F691 Milan

📋 copy color: '#F5F691'

red 245 ◦ green 246 ◦ blue 145

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

Shades of Milan #F5F691

Tints of Milan #F5F691

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.68%

 BLUE value IS 145 (57.03% from 255) = 22.8%

R = 38.52%
G = 38.68%
B = 22.8%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5F691 (or 0xF5F691) is known color: Milan. HEX triplet: F5, F6 and 91. RGB value is (245,246,145). Sum of RGB (Red+Green+Blue) = 245+246+145=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 145 (57.03% from 255 or 22.80% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F691 is #0A096E. Grayscale: #EAEAEA. Windows color (decimal): -657775 or 9565941. OLE color: 9565941.

HSL color Cylindrical-coordinate representation of color #F5F691: hue angle of 60.59º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5F691 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 246 145 -
CMYK 0.00 0 0.41 0.04
HSL 60.59º 0.85% 0.77% -
HSV(B) 60.59º 0.41% 0.96% -
XYZ 75.72 87.37 39.66 -
YUV 234.19 77.67 135.71 -
System Red Green Blue C M Y K H S L
Decimal 245 246 145 0.00 0 0.41 0.04 60.59 0.85 0.77
Hex F5 F6 91 0 0 29 4 3D 55 4D
Octal 365 366 221 0 0 51 4 75 125 115
Binary 11110101 11110110 10010001 0 0 101001 100 111101 1010101 1001101

Color Harmonies of #F5F691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F691

Black with #F5F691

Text Example


Text Example

White with #F5F691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F691; }

 p { color: rgb(245,246,145); }

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

background-color css

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

 a { background-color: rgb(245,246,145); }

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

border-color css

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

 span { border-color: rgb(245,246,145); }

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