Html Css Color HEX #FBF191 Milan

📋 copy color: '#FBF191'

red 251 ◦ green 241 ◦ blue 145

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

Shades of Milan #FBF191

Tints of Milan #FBF191

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.83%

 BLUE value IS 145 (57.03% from 255) = 22.76%

R = 39.4%
G = 37.83%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBF191 (or 0xFBF191) is known color: Milan. HEX triplet: FB, F1 and 91. RGB value is (251,241,145). Sum of RGB (Red+Green+Blue) = 251+241+145=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 145 (57.03% from 255 or 22.76% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF191 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF191 is #040E6E. Grayscale: #E9E9E9. Windows color (decimal): -265839 or 9564667. OLE color: 9564667.

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

Color convert

RGB 251 241 145 -
CMYK 0 0.04 0.42 0.02
HSL 54.34º 0.93% 0.78% -
HSV(B) 54.34º 0.42% 0.98% -
XYZ 76.35 85.46 39.26 -
YUV 233.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 251 241 145 0 0.04 0.42 0.02 54.34 0.93 0.78
Hex FB F1 91 0 4 2A 2 36 5D 4E
Octal 373 361 221 0 4 52 2 66 135 116
Binary 11111011 11110001 10010001 0 100 101010 10 110110 1011101 1001110

Color Harmonies of #FBF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF191

Black with #FBF191

Text Example


Text Example

White with #FBF191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF191; }

 p { color: rgb(251,241,145); }

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

background-color css

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

 a { background-color: rgb(251,241,145); }

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

border-color css

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

 span { border-color: rgb(251,241,145); }

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