Html Css Color HEX #FBF294 Milan

📋 copy color: '#FBF294'

red 251 ◦ green 242 ◦ blue 148

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

Shades of Milan #FBF294

Tints of Milan #FBF294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.09%

R = 39.16%
G = 37.75%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBF294 (or 0xFBF294) is known color: Milan. HEX triplet: FB, F2 and 94. RGB value is (251,242,148). Sum of RGB (Red+Green+Blue) = 251+242+148=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF294 is #040D6B. Grayscale: #EAEAEA. Windows color (decimal): -265580 or 9761531. OLE color: 9761531.

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

Color convert

RGB 251 242 148 -
CMYK 0 0.04 0.41 0.02
HSL 54.76º 0.93% 0.78% -
HSV(B) 54.76º 0.41% 0.98% -
XYZ 76.88 86.15 40.59 -
YUV 233.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 251 242 148 0 0.04 0.41 0.02 54.76 0.93 0.78
Hex FB F2 94 0 4 29 2 37 5D 4E
Octal 373 362 224 0 4 51 2 67 135 116
Binary 11111011 11110010 10010100 0 100 101001 10 110111 1011101 1001110

Color Harmonies of #FBF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF294

Black with #FBF294

Text Example


Text Example

White with #FBF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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