Html Css Color HEX #FBF285 Milan

📋 copy color: '#FBF285'

red 251 ◦ green 242 ◦ blue 133

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

Shades of Milan #FBF285

Tints of Milan #FBF285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.25%

R = 40.1%
G = 38.66%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBF285 (or 0xFBF285) is known color: Milan. HEX triplet: FB, F2 and 85. RGB value is (251,242,133). Sum of RGB (Red+Green+Blue) = 251+242+133=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF285 is #040D7A. Grayscale: #E8E8E8. Windows color (decimal): -265595 or 8778491. OLE color: 8778491.

HSL color Cylindrical-coordinate representation of color #FBF285: hue angle of 55.42º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBF285 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 242 133 -
CMYK 0 0.04 0.47 0.02
HSL 55.42º 0.94% 0.75% -
HSV(B) 55.42º 0.47% 0.98% -
XYZ 75.77 85.71 34.74 -
YUV 232.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 251 242 133 0 0.04 0.47 0.02 55.42 0.94 0.75
Hex FB F2 85 0 4 2F 2 37 5E 4B
Octal 373 362 205 0 4 57 2 67 136 113
Binary 11111011 11110010 10000101 0 100 101111 10 110111 1011110 1001011

Color Harmonies of #FBF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF285

Black with #FBF285

Text Example


Text Example

White with #FBF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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