Html Css Color HEX #FBF58C Milan

📋 copy color: '#FBF58C'

red 251 ◦ green 245 ◦ blue 140

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

Shades of Milan #FBF58C

Tints of Milan #FBF58C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.52%

 BLUE value IS 140 (55.08% from 255) = 22.01%

R = 39.47%
G = 38.52%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBF58C (or 0xFBF58C) is known color: Milan. HEX triplet: FB, F5 and 8C. RGB value is (251,245,140). Sum of RGB (Red+Green+Blue) = 251+245+140=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 140 (55.08% from 255 or 22.01% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF58C is #040A73. Grayscale: #EBEBEB. Windows color (decimal): -264820 or 9238011. OLE color: 9238011.

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

Color convert

RGB 251 245 140 -
CMYK 0 0.02 0.44 0.02
HSL 56.76º 0.93% 0.77% -
HSV(B) 56.76º 0.44% 0.98% -
XYZ 77.17 87.71 37.67 -
YUV 234.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 251 245 140 0 0.02 0.44 0.02 56.76 0.93 0.77
Hex FB F5 8C 0 2 2C 2 39 5D 4D
Octal 373 365 214 0 2 54 2 71 135 115
Binary 11111011 11110101 10001100 0 10 101100 10 111001 1011101 1001101

Color Harmonies of #FBF58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF58C

Black with #FBF58C

Text Example


Text Example

White with #FBF58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF58C; }

 p { color: rgb(251,245,140); }

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

background-color css

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

 a { background-color: rgb(251,245,140); }

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

border-color css

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

 span { border-color: rgb(251,245,140); }

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