Html Css Color HEX #FBF193 Milan

📋 copy color: '#FBF193'

red 251 ◦ green 241 ◦ blue 147

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

Shades of Milan #FBF193

Tints of Milan #FBF193

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

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

R = 39.28%
G = 37.72%
B = 23%

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

#FBF193 (or 0xFBF193) is known color: Milan. HEX triplet: FB, F1 and 93. RGB value is (251,241,147). Sum of RGB (Red+Green+Blue) = 251+241+147=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 147 (57.81% from 255 or 23.00% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF193 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF193 is #040E6C. Grayscale: #E9E9E9. Windows color (decimal): -265837 or 9695739. OLE color: 9695739.

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

Color convert

RGB 251 241 147 -
CMYK 0 0.04 0.41 0.02
HSL 54.23º 0.93% 0.78% -
HSV(B) 54.23º 0.41% 0.98% -
XYZ 76.51 85.53 40.08 -
YUV 233.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 251 241 147 0 0.04 0.41 0.02 54.23 0.93 0.78
Hex FB F1 93 0 4 29 2 36 5D 4E
Octal 373 361 223 0 4 51 2 66 135 116
Binary 11111011 11110001 10010011 0 100 101001 10 110110 1011101 1001110

Color Harmonies of #FBF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF193

Black with #FBF193

Text Example


Text Example

White with #FBF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF193; }

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

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

background-color css

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

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

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

border-color css

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

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

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