#FFF385

Color #FFF385 Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FFF385

Tints of Milan #FFF385

Color information

#FFF385 (or 0xFFF385) is unknown color: approx Milan. HEX triplet: FF, F3 and 85. RGB value is (255,243,133). Sum of RGB (Red+Green+Blue) = 255+243+133=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 133 (52.34% from 255 or 21.08% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF385 is #000C7A. Grayscale: #EAEAEA. Windows color (decimal): -3195 or 8778751. OLE color: 8778751.

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

Color convert

RGB255243133-
CMYK00.050.480
HSL54.1º100%76.08%-
HSV(B)54.1º47.84%100%-
XYZ77.5287.0534.91-
YUV234.0570.98142.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 133 (52.34% from 255) = 21.08%
R=40.41%
G=38.51%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524313300.050.48054.110076.08
HexFFF3850530036644c
Octal3773632050560066144114
Binary1111111111110011100001010101110000011011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF385; }

 p { color: rgb(255,243,133); }

 H1.HeaderClassName
 {
   color: #FFF385;
 }
 .AnyTagClassName
 {
   color: #FFF385;
 }
</style>
background-color css

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

 a { background-color: rgb(255,243,133); }

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

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

 span { border-color: rgb(255,243,133); }

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