Html Css Color HEX #FBF291 Milan

📋 copy color: '#FBF291'

red 251 ◦ green 242 ◦ blue 145

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

Shades of Milan #FBF291

Tints of Milan #FBF291

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.93%

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

R = 39.34%
G = 37.93%
B = 22.73%

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

#FBF291 (or 0xFBF291) is known color: Milan. HEX triplet: FB, F2 and 91. RGB value is (251,242,145). Sum of RGB (Red+Green+Blue) = 251+242+145=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 145 (57.03% from 255 or 22.73% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF291 is #040D6E. Grayscale: #EAEAEA. Windows color (decimal): -265583 or 9564923. OLE color: 9564923.

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

Color convert

RGB 251 242 145 -
CMYK 0 0.04 0.42 0.02
HSL 54.91º 0.93% 0.78% -
HSV(B) 54.91º 0.42% 0.98% -
XYZ 76.65 86.06 39.36 -
YUV 233.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 251 242 145 0 0.04 0.42 0.02 54.91 0.93 0.78
Hex FB F2 91 0 4 2A 2 37 5D 4E
Octal 373 362 221 0 4 52 2 67 135 116
Binary 11111011 11110010 10010001 0 100 101010 10 110111 1011101 1001110

Color Harmonies of #FBF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF291

Black with #FBF291

Text Example


Text Example

White with #FBF291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF291; }

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

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

background-color css

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

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

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

border-color css

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

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

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