Html Css Color HEX #FBF08C Milan

📋 copy color: '#FBF08C'

red 251 ◦ green 240 ◦ blue 140

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

Shades of Milan #FBF08C

Tints of Milan #FBF08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.03%

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

R = 39.78%
G = 38.03%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBF08C (or 0xFBF08C) is known color: Milan. HEX triplet: FB, F0 and 8C. RGB value is (251,240,140). Sum of RGB (Red+Green+Blue) = 251+240+140=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF08C is #040F73. Grayscale: #E8E8E8. Windows color (decimal): -266100 or 9236731. OLE color: 9236731.

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

Color convert

RGB 251 240 140 -
CMYK 0 0.04 0.44 0.02
HSL 54.05º 0.93% 0.77% -
HSV(B) 54.05º 0.44% 0.98% -
XYZ 75.68 84.72 37.18 -
YUV 231.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 251 240 140 0 0.04 0.44 0.02 54.05 0.93 0.77
Hex FB F0 8C 0 4 2C 2 36 5D 4D
Octal 373 360 214 0 4 54 2 66 135 115
Binary 11111011 11110000 10001100 0 100 101100 10 110110 1011101 1001101

Color Harmonies of #FBF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF08C

Black with #FBF08C

Text Example


Text Example

White with #FBF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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