Html Css Color HEX #FBF595 Milan

📋 copy color: '#FBF595'

red 251 ◦ green 245 ◦ blue 149

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

Shades of Milan #FBF595

Tints of Milan #FBF595

RGB

 RED value IS 251 (98.44% from 255) = 38.91%

 GREEN value IS 245 (96.09% from 255) = 37.98%

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

R = 38.91%
G = 37.98%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBF595 (or 0xFBF595) is known color: Milan. HEX triplet: FB, F5 and 95. RGB value is (251,245,149). Sum of RGB (Red+Green+Blue) = 251+245+149=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 149 (58.59% from 255 or 23.10% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF595 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF595 is #040A6A. Grayscale: #ECECEC. Windows color (decimal): -264811 or 9827835. OLE color: 9827835.

HSL color Cylindrical-coordinate representation of color #FBF595: hue angle of 56.47º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBF595 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 245 149 -
CMYK 0 0.02 0.41 0.02
HSL 56.47º 0.93% 0.78% -
HSV(B) 56.47º 0.41% 0.98% -
XYZ 77.86 87.98 41.31 -
YUV 235.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 251 245 149 0 0.02 0.41 0.02 56.47 0.93 0.78
Hex FB F5 95 0 2 29 2 38 5D 4E
Octal 373 365 225 0 2 51 2 70 135 116
Binary 11111011 11110101 10010101 0 10 101001 10 111000 1011101 1001110

Color Harmonies of #FBF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF595

Black with #FBF595

Text Example


Text Example

White with #FBF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF595; }

 p { color: rgb(251,245,149); }

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

background-color css

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

 a { background-color: rgb(251,245,149); }

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

border-color css

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

 span { border-color: rgb(251,245,149); }

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