Html Css Color HEX #F5F497 Milan

📋 copy color: '#F5F497'

red 245 ◦ green 244 ◦ blue 151

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

Shades of Milan #F5F497

Tints of Milan #F5F497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 23.59%

R = 38.28%
G = 38.13%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F5F497 (or 0xF5F497) is known color: Milan. HEX triplet: F5, F4 and 97. RGB value is (245,244,151). Sum of RGB (Red+Green+Blue) = 245+244+151=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 151 (59.38% from 255 or 23.59% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F497 is #0A0B68. Grayscale: #EAEAEA. Windows color (decimal): -658281 or 9958645. OLE color: 9958645.

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

Color convert

RGB 245 244 151 -
CMYK 0 0.00 0.38 0.04
HSL 59.36º 0.82% 0.78% -
HSV(B) 59.36º 0.38% 0.96% -
XYZ 75.59 86.35 41.96 -
YUV 233.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 245 244 151 0 0.00 0.38 0.04 59.36 0.82 0.78
Hex F5 F4 97 0 0 26 4 3B 52 4E
Octal 365 364 227 0 0 46 4 73 122 116
Binary 11110101 11110100 10010111 0 0 100110 100 111011 1010010 1001110

Color Harmonies of #F5F497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F497

Black with #F5F497

Text Example


Text Example

White with #F5F497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F497; }

 p { color: rgb(245,244,151); }

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

background-color css

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

 a { background-color: rgb(245,244,151); }

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

border-color css

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

 span { border-color: rgb(245,244,151); }

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