#FFF290

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

Shades of Milan #FFF290

Tints of Milan #FFF290

Color information

#FFF290 (or 0xFFF290) is unknown color: approx Milan. HEX triplet: FF, F2 and 90. RGB value is (255,242,144). Sum of RGB (Red+Green+Blue) = 255+242+144=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 144 (56.64% from 255 or 22.46% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF290 is #000D6F. Grayscale: #EBEBEB. Windows color (decimal): -3440 or 9499391. OLE color: 9499391.

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

Color convert

RGB255242144-
CMYK00.050.440
HSL52.97º100%78.24%-
HSV(B)52.97º43.53%100%-
XYZ78.0386.7839.02-
YUV234.7176.81142.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.78%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 144 (56.64% from 255) = 22.46%
R=39.78%
G=37.75%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524214400.050.44052.9710078.24
HexFFF290052C035644e
Octal3773622200554065144116
Binary1111111111110010100100000101101100011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF290; }

 p { color: rgb(255,242,144); }

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

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

 a { background-color: rgb(255,242,144); }

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

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

 span { border-color: rgb(255,242,144); }

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