Html Css Color HEX #FFF695 Milan

📋 copy color: '#FFF695'

red 255 ◦ green 246 ◦ blue 149

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

Shades of Milan #FFF695

Tints of Milan #FFF695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 22.92%

R = 39.23%
G = 37.85%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFF695 (or 0xFFF695) is known color: Milan. HEX triplet: FF, F6 and 95. RGB value is (255,246,149). Sum of RGB (Red+Green+Blue) = 255+246+149=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 149 (58.59% from 255 or 22.92% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF695 is #00096A. Grayscale: #EEEEEE. Windows color (decimal): -2411 or 9828095. OLE color: 9828095.

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

Color convert

RGB 255 246 149 -
CMYK 0 0.04 0.42 0
HSL 54.91º 1% 0.79% -
HSV(B) 54.91º 0.42% 1% -
XYZ 79.62 89.34 41.48 -
YUV 237.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 255 246 149 0 0.04 0.42 0 54.91 1 0.79
Hex FF F6 95 0 4 2A 0 37 64 4F
Octal 377 366 225 0 4 52 0 67 144 117
Binary 11111111 11110110 10010101 0 100 101010 0 110111 1100100 1001111

Color Harmonies of #FFF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF695

Black with #FFF695

Text Example


Text Example

White with #FFF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF695; }

 p { color: rgb(255,246,149); }

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

background-color css

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

 a { background-color: rgb(255,246,149); }

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

border-color css

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

 span { border-color: rgb(255,246,149); }

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