Html Css Color HEX #FBF090 Milan

📋 copy color: '#FBF090'

red 251 ◦ green 240 ◦ blue 144

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

Shades of Milan #FBF090

Tints of Milan #FBF090

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.8%

 BLUE value IS 144 (56.64% from 255) = 22.68%

R = 39.53%
G = 37.8%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBF090 (or 0xFBF090) is known color: Milan. HEX triplet: FB, F0 and 90. RGB value is (251,240,144). Sum of RGB (Red+Green+Blue) = 251+240+144=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF090 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF090 is #040F6F. Grayscale: #E8E8E8. Windows color (decimal): -266096 or 9498875. OLE color: 9498875.

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

Color convert

RGB 251 240 144 -
CMYK 0 0.04 0.43 0.02
HSL 53.83º 0.93% 0.77% -
HSV(B) 53.83º 0.43% 0.98% -
XYZ 75.98 84.84 38.76 -
YUV 232.35 78.14 141.31 -
System Red Green Blue C M Y K H S L
Decimal 251 240 144 0 0.04 0.43 0.02 53.83 0.93 0.77
Hex FB F0 90 0 4 2B 2 36 5D 4D
Octal 373 360 220 0 4 53 2 66 135 115
Binary 11111011 11110000 10010000 0 100 101011 10 110110 1011101 1001101

Color Harmonies of #FBF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF090

Black with #FBF090

Text Example


Text Example

White with #FBF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF090; }

 p { color: rgb(251,240,144); }

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

background-color css

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

 a { background-color: rgb(251,240,144); }

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

border-color css

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

 span { border-color: rgb(251,240,144); }

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