Html Css Color HEX #FBF293 Milan

📋 copy color: '#FBF293'

red 251 ◦ green 242 ◦ blue 147

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

Shades of Milan #FBF293

Tints of Milan #FBF293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 22.97%

R = 39.22%
G = 37.81%
B = 22.97%

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

#FBF293 (or 0xFBF293) is known color: Milan. HEX triplet: FB, F2 and 93. RGB value is (251,242,147). Sum of RGB (Red+Green+Blue) = 251+242+147=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 147 (57.81% from 255 or 22.97% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF293 is #040D6C. Grayscale: #EAEAEA. Windows color (decimal): -265581 or 9695995. OLE color: 9695995.

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

Color convert

RGB 251 242 147 -
CMYK 0 0.04 0.41 0.02
HSL 54.81º 0.93% 0.78% -
HSV(B) 54.81º 0.41% 0.98% -
XYZ 76.8 86.12 40.18 -
YUV 233.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 251 242 147 0 0.04 0.41 0.02 54.81 0.93 0.78
Hex FB F2 93 0 4 29 2 37 5D 4E
Octal 373 362 223 0 4 51 2 67 135 116
Binary 11111011 11110010 10010011 0 100 101001 10 110111 1011101 1001110

Color Harmonies of #FBF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF293

Black with #FBF293

Text Example


Text Example

White with #FBF293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF293; }

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

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

background-color css

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

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

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

border-color css

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

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

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