#FFFB8A

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

Shades of Milan #FFFB8A

Tints of Milan #FFFB8A

Color information

#FFFB8A (or 0xFFFB8A) is unknown color: approx Milan. HEX triplet: FF, FB and 8A. RGB value is (255,251,138). Sum of RGB (Red+Green+Blue) = 255+251+138=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 138 (54.30% from 255 or 21.43% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFB8A is #000475. Grayscale: #EFEFEF. Windows color (decimal): -1142 or 9108479. OLE color: 9108479.

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

Color convert

RGB255251138-
CMYK00.020.460
HSL57.95º100%77.06%-
HSV(B)57.95º45.88%100%-
XYZ80.3292.0937.59-
YUV239.3170.83139.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 138 (54.30% from 255) = 21.43%
R=39.60%
G=38.98%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525113800.020.46057.9510077.06
HexFFFB8A022E03a644d
Octal3773732120256072144115
Binary111111111111101110001010010101110011101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFB8A; }

 p { color: rgb(255,251,138); }

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

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

 a { background-color: rgb(255,251,138); }

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

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

 span { border-color: rgb(255,251,138); }

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