Html Css Color HEX #FBF395 Milan

📋 copy color: '#FBF395'

red 251 ◦ green 243 ◦ blue 149

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

Shades of Milan #FBF395

Tints of Milan #FBF395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.79%

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

R = 39.04%
G = 37.79%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBF395 (or 0xFBF395) is known color: Milan. HEX triplet: FB, F3 and 95. RGB value is (251,243,149). Sum of RGB (Red+Green+Blue) = 251+243+149=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF395 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF395 is #040C6A. Grayscale: #EBEBEB. Windows color (decimal): -265323 or 9827323. OLE color: 9827323.

HSL color Cylindrical-coordinate representation of color #FBF395: hue angle of 55.29º 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 #FBF395 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 243 149 -
CMYK 0 0.03 0.41 0.02
HSL 55.29º 0.93% 0.78% -
HSV(B) 55.29º 0.41% 0.98% -
XYZ 77.26 86.78 41.11 -
YUV 234.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 251 243 149 0 0.03 0.41 0.02 55.29 0.93 0.78
Hex FB F3 95 0 3 29 2 37 5D 4E
Octal 373 363 225 0 3 51 2 67 135 116
Binary 11111011 11110011 10010101 0 11 101001 10 110111 1011101 1001110

Color Harmonies of #FBF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF395

Black with #FBF395

Text Example


Text Example

White with #FBF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF395; }

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

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

background-color css

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

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

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

border-color css

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

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

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