Html Css Color HEX #FBF292 Milan

📋 copy color: '#FBF292'

red 251 ◦ green 242 ◦ blue 146

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

Shades of Milan #FBF292

Tints of Milan #FBF292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.85%

R = 39.28%
G = 37.87%
B = 22.85%

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

#FBF292 (or 0xFBF292) is known color: Milan. HEX triplet: FB, F2 and 92. RGB value is (251,242,146). Sum of RGB (Red+Green+Blue) = 251+242+146=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF292 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF292 is #040D6D. Grayscale: #EAEAEA. Windows color (decimal): -265582 or 9630459. OLE color: 9630459.

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

Color convert

RGB 251 242 146 -
CMYK 0 0.04 0.42 0.02
HSL 54.86º 0.93% 0.78% -
HSV(B) 54.86º 0.42% 0.98% -
XYZ 76.72 86.09 39.77 -
YUV 233.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 251 242 146 0 0.04 0.42 0.02 54.86 0.93 0.78
Hex FB F2 92 0 4 2A 2 37 5D 4E
Octal 373 362 222 0 4 52 2 67 135 116
Binary 11111011 11110010 10010010 0 100 101010 10 110111 1011101 1001110

Color Harmonies of #FBF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF292

Black with #FBF292

Text Example


Text Example

White with #FBF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF292; }

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

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

background-color css

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

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

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

border-color css

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

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

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